Coin
4.0.3
Coin3D core library
|
The SoFieldList class is a container for pointers to SoField objects. More...
#include <Inventor/lists/SoFieldList.h>
Additional Inherited Members | |
Protected Member Functions inherited from SbPList | |
void | expand (const int size) |
int | getArraySize (void) const |
The SoFieldList class is a container for pointers to SoField objects.
|
inline |
Default constructor.
|
inline |
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
|
inline |
Copy constructor.
Append item to the end of the list.
Automatically allocates more items internally if needed.
Overloaded from parent to accept an SoField pointer argument.
Returns element at index. Does not expand array bounds if index is outside the list.
Overloaded from parent to return an SoField pointer.
Insert item at index insertbefore.
insertbefore should not be larger than the current number of items in the list.
Overloaded from parent to accept an SoField pointer argument.
Returns element at index.
Will automatically expand the size of the internal array if index is outside the current bounds of the list. The values of any additional pointers are then set to NULL
.
Overloaded from parent to return an SoField pointer.
Overloaded from parent to accept an SoField pointer argument.