#include <Inventor/lists/SoFieldList.h>
Inheritance diagram for SoFieldList:
Public Methods | |
SoFieldList (void) | |
SoFieldList (const int sizehint) | |
SoFieldList (const SoFieldList &l) | |
void | append (SoField *field) |
void | insert (SoField *field, const int insertbefore) |
SoField * | operator[] (const int idx) const |
void | set (const int idx, SoField *field) |
SoField * | get (const int idx) const |
|
Default constructor. |
|
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
|
|
Copy constructor.
|
|
Overridden from parent to accept an SoField pointer argument. |
|
Overridden from parent to accept an SoField pointer argument. |
|
Overridden from parent to return an SoField pointer. Reimplemented from SbPList. |
|
Overridden from parent to accept an SoField pointer argument. |
|
Overridden from parent to return an SoField pointer. Reimplemented from SbPList. |