#include <Inventor/lists/SoFieldList.h>
Inheritance diagram for SoFieldList::
Public Methods | |
SoFieldList (void) | |
SoFieldList (const int sizehint) | |
SoFieldList (const SoFieldList &l) | |
void | set (const int index, SoField *item) |
|
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.
|
|
This method sets the element at index to item. Does the same thing as SbList::operator[](). This method is only present for compatibility with the original Inventor API. |