#include <Inventor/lists/SoTypeList.h>
Inheritance diagram for SoTypeList:
Public Member Functions | |
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) |
|
Default constructor. |
|
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
|
|
Copy constructor.
|
|
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.. Reimplemented from SbPList. |
|
This method sets the element at index to item. Overridden to accept an SoType argument. |