The SoFieldList class is a container for pointers to SoField objects.
More...
#include <Inventor/lists/SoFieldList.h>
The SoFieldList class is a container for pointers to SoField objects.
- See also
- SbList
SoFieldList::SoFieldList |
( |
void |
| ) |
|
|
inline |
SoFieldList::SoFieldList |
( |
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)
void SoFieldList::append |
( |
SoField * |
field | ) |
|
|
inline |
Overridden from parent to accept an SoField pointer argument.
void SoFieldList::insert |
( |
SoField * |
field, |
|
|
const int |
insertbefore |
|
) |
| |
|
inline |
Overridden from parent to accept an SoField pointer argument.
SoField * SoFieldList::operator[] |
( |
const int |
idx | ) |
const |
|
inline |
Overridden from parent to return an SoField pointer.
void SoFieldList::set |
( |
const int |
index, |
|
|
SoField * |
item |
|
) |
| |
|
inline |
Overridden from parent to accept an SoField pointer argument.
SoField * SoFieldList::get |
( |
const int |
idx | ) |
const |
|
inline |
Overridden from parent to return an SoField pointer.
The documentation for this class was generated from the following files: