Coin
4.0.3
Coin3D core library
|
The SoTypeList class is a container class for arrays of SoType objects. More...
#include <Inventor/lists/SoTypeList.h>
Additional Inherited Members | |
Protected Member Functions inherited from SbPList | |
void | expand (const int size) |
int | getArraySize (void) const |
The SoTypeList class is a container class for arrays of SoType objects.
|
inline |
Default constructor.
|
inline |
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
|
inline |
Copy constructor.
Append item to the end of the list.
Automatically allocates more items internally if needed.
Overloaded from parent to accept an SoType pointer argument.
Return index of first occurrence of item in the list, or -1 if item is not present.
Overloaded from parent to accept an SoType argument.
Insert item at index insertbefore.
insertbefore should not be larger than the current number of items in the list.
Overloaded from parent to accept an SoType argument.
Returns element at index.
Will automatically expand the size of the internal array if index is outside the current bounds of the list. The values of any additional pointers are then set to NULL
.
Overloaded from parent to return an SoType instance.
Index operator to set element at index. Does not expand array bounds if index is outside the list.
Overloaded from parent to accept an SoType argument.