#include <Inventor/lists/SoTypeList.h>
Public Member Functions | |
SoTypeList (void) | |
SoTypeList (const int sizehint) | |
SoTypeList (const SoTypeList &l) | |
void | set (const int index, const SoType item) |
SoTypeList::SoTypeList | ( | void | ) | [inline] |
Default constructor.
SoTypeList::SoTypeList | ( | const int | sizehint | ) | [inline] |
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
SoTypeList::SoTypeList | ( | const SoTypeList & | l | ) | [inline] |
void SoTypeList::set | ( | const int | index, | |
const SoType | item | |||
) | [inline] |
This method sets the element at index to item. Does the same thing as SbList::operator[](). This method is only present for compatibility with the original Inventor API.