#include <Inventor/lists/SoFieldList.h>

Public Member Functions | |
| SoFieldList (void) | |
| SoFieldList (const int sizehint) | |
| SoFieldList (const SoFieldList &l) | |
| void | set (const int index, SoField *item) |
| SoFieldList::SoFieldList | ( | void | ) | [inline] |
Default constructor.
| 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.
| SoFieldList::SoFieldList | ( | const SoFieldList & | l | ) | [inline] |
| void SoFieldList::set | ( | const int | index, | |
| SoField * | item | |||
| ) | [inline] |
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.
1.5.3