![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
The SoTypeList class is a container class for arrays of SoType objects. More...
#include <Inventor/lists/SoTypeList.h>
Additional Inherited Members | |
![]() | |
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.
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.