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