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() [1/3]
SoFieldList::SoFieldList |
( |
void | | ) |
|
|
inline |
◆ SoFieldList() [2/3]
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)
◆ SoFieldList() [3/3]
◆ append()
void SoFieldList::append |
( |
SoField * | field | ) |
|
|
inline |
Overridden from parent to accept an SoField pointer argument.
◆ insert()
void SoFieldList::insert |
( |
SoField * | field, |
|
|
const int | insertbefore ) |
|
inline |
Overridden from parent to accept an SoField pointer argument.
◆ operator[]()
SoField * SoFieldList::operator[] |
( |
const int | idx | ) |
const |
|
inline |
Overridden from parent to return an SoField pointer.
◆ set()
void SoFieldList::set |
( |
const int | index, |
|
|
SoField * | item ) |
|
inline |
Overridden from parent to accept an SoField pointer argument.
◆ get()
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: