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:72
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:101
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:80
Type operator[](const int index) const
Definition SbList.h:203
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:239
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:60
void append(SoField *field)
Definition SoFieldList.h:47
void set(const int idx, SoField *field)
Definition SoFieldList.h:57
SoFieldList(const SoFieldList &l)
Definition SoFieldList.h:44
void insert(SoField *field, const int insertbefore)
Definition SoFieldList.h:50
SoFieldList(void)
Definition SoFieldList.h:42
The SoField class is the top-level abstract base class for fields.
Definition SoField.h:47