1#ifndef COIN_SONODELIST_H
2#define COIN_SONODELIST_H
27#include <Inventor/lists/SoBaseList.h>
The SbList class is a template container class for lists.
Definition SbList.h:47
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:76
void append(const Type item)
Definition SbList.h:98
Type operator[](const int index) const
Definition SbList.h:172
The SoBaseList class is a container for pointers to SoBase derived objects.
Definition SoBaseList.h:32
The SoNodeList class is a container for pointers to SoNode objects.
Definition SoNodeList.h:31
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47