The sotypelist class is a container class for arrays of sotype objects.
#include <Inventor/lists/SoTypeList.h>
Inherits SbPList.
SoTypeList (void)
SoTypeList (const int sizehint)
SoTypeList (const SoTypeList &l)
void append (const SoType type)
int find (const SoType type) const
void insert (const SoType type, const int insertbefore)
SoType operator[] (const int idx) const
void set (const int index, const SoType item)
The SoTypeList class is a container class for arrays of SoType objects.
See also:
SbList
Default constructor.
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
See also:
SbList::SbList(const int sizehint)
Copy constructor.
See also:
SbList::SbList(const SbList<Type> & l)
Overridden from parent to accept an SoType argument.
Overridden from parent to accept an SoType argument.
Overridden from parent to accept an SoType argument.
Overridden from parent to return an SoType instance..
This method sets the element at index to item. Overridden to accept an SoType argument.
Generated automatically by Doxygen for Coin from the source code.