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