The SoTypeList class is a container class for arrays of SoType objects.
More...
#include <Inventor/lists/SoTypeList.h>
The SoTypeList class is a container class for arrays of SoType objects.
- See also
- SbList
◆ SoTypeList() [1/3]
SoTypeList::SoTypeList |
( |
void | | ) |
|
|
inline |
◆ SoTypeList() [2/3]
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.
- See also
- SbList::SbList(const int sizehint)
◆ SoTypeList() [3/3]
◆ append()
void SoTypeList::append |
( |
const SoType | type | ) |
|
Overridden from parent to accept an SoType argument.
◆ find()
int SoTypeList::find |
( |
const SoType | type | ) |
const |
Overridden from parent to accept an SoType argument.
◆ insert()
void SoTypeList::insert |
( |
const SoType | type, |
|
|
const int | insertbefore ) |
Overridden from parent to accept an SoType argument.
◆ operator[]()
SoType SoTypeList::operator[] |
( |
const int | idx | ) |
const |
Overridden from parent to return an SoType instance..
◆ set()
void SoTypeList::set |
( |
const int | index, |
|
|
const SoType | item ) |
This method sets the element at index to item. Overridden to accept an SoType argument.
The documentation for this class was generated from the following files: