1 #ifndef COIN_SOFIELDLIST_H 
    2 #define COIN_SOFIELDLIST_H 
   27 #include <Inventor/lists/SbPList.h> 
   55 #endif // !COIN_SOFIELDLIST_H 
void *& operator[](const int index) const 
Definition: SbPList.h:119
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:38
The SbPList class is a container class for void pointers. 
Definition: SbPList.h:31
void append(void *item)
Definition: SbPList.h:78
void insert(SoField *field, const int insertbefore)
Definition: SoFieldList.h:40
SoFieldList(void)
Definition: SoFieldList.h:33
void set(const int idx, SoField *field)
Definition: SoFieldList.h:47
void append(SoField *field)
Definition: SoFieldList.h:37
SoFieldList(const SoFieldList &l)
Definition: SoFieldList.h:35
The SoFieldList class is a container for pointers to SoField objects. 
Definition: SoFieldList.h:31
SoFieldList(const int sizehint)
Definition: SoFieldList.h:34
void * get(const int index) const 
Definition: SbPList.h:135
void insert(void *item, const int insertbefore)
Definition: SbPList.cpp:226