1 #ifndef COIN_SONODELIST_H 2 #define COIN_SONODELIST_H 36 #include <Inventor/lists/SoBaseList.h> 54 #endif // !COIN_SONODELIST_H The SoBaseList class is a container for pointers to SoBase derived objects.The additional capability ...
Definition: SoBaseList.h:41
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
SoBase * operator[](const int i) const
Definition: SoBaseList.cpp:212
The SoNodeList class is a container for pointers to SoNode objects.
Definition: SoNodeList.h:40
SoBaseList & operator=(const SoBaseList &l)
Definition: SoBaseList.cpp:198
void append(SoBase *ptr)
Definition: SoBaseList.cpp:103