The sofieldlist class is a container for pointers to sofield objects.
#include <Inventor/lists/SoFieldList.h>
Inherits SbPList.
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
The SoFieldList class is a container for pointers to SoField objects.
See also:
SbList
Default constructor.
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)
Copy constructor.
See also:
SbList::SbList(const SbList<Type> & l)
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.
Overridden from parent to accept an SoField pointer argument.
Overridden from parent to return an SoField pointer.
Generated automatically by Doxygen for Coin from the source code.