1 #ifndef COIN_SOFIELDLIST_H 2 #define COIN_SOFIELDLIST_H 36 #include <Inventor/lists/SbPList.h> 56 void set(
const int idx,
SoField * field) {
64 #endif // !COIN_SOFIELDLIST_H The SoField class is the top-level abstract base class for fields.
Definition: SoField.h:47
void * get(const int index) const
Definition: lists/SbPList.h:144
The SbPList class is a container class for void pointers.
Definition: lists/SbPList.h:40
void append(void *item)
Definition: lists/SbPList.h:87
void insert(SoField *field, const int insertbefore)
Definition: SoFieldList.h:49
SoFieldList(void)
Definition: SoFieldList.h:42
void append(SoField *field)
Definition: SoFieldList.h:46
void *& operator[](const int index) const
Definition: lists/SbPList.h:128
SoFieldList(const SoFieldList &l)
Definition: SoFieldList.h:44
The SoFieldList class is a container for pointers to SoField objects.
Definition: SoFieldList.h:40
SoFieldList(const int sizehint)
Definition: SoFieldList.h:43
void insert(void *item, const int insertbefore)
Definition: SbPList.cpp:236