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::SoTypeList |
( |
void |
| ) |
|
|
inline |
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)
void SoTypeList::append |
( |
const SoType |
type | ) |
|
Overridden from parent to accept an SoType argument.
int SoTypeList::find |
( |
const SoType |
type | ) |
const |
Overridden from parent to accept an SoType argument.
void SoTypeList::insert |
( |
const SoType |
type, |
|
|
const int |
insertbefore |
|
) |
| |
Overridden from parent to accept an SoType argument.
SoType SoTypeList::operator[] |
( |
const int |
idx | ) |
const |
Overridden from parent to return an SoType instance..
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: