1 #ifndef COIN_SOCHILDLIST_H 
    2 #define COIN_SOCHILDLIST_H 
   27 #include <Inventor/lists/SoNodeList.h> 
   28 #include <Inventor/lists/SbList.h> 
   44   void remove(
const int index);
 
   47   void set(
const int index, 
SoNode * 
const node);
 
   49   void traverseInPath(
SoAction * 
const action, 
const int numindices,
 
   51   void traverse(
SoAction * 
const action);
 
   52   void traverse(
SoAction * 
const action, 
const int index);
 
   54   void traverse(
SoAction * 
const action, 
const int first, 
const int last);
 
   57   void addPathAuditor(
SoPath * 
const path);
 
   58   void removePathAuditor(
SoPath * 
const path);
 
   65 #endif // !COIN_SOCHILDLIST_H 
The SoBaseList class is a container for pointers to SoBase derived objects.The additional capability ...
Definition: SoBaseList.h:32
void truncate(const int length)
Definition: SoBaseList.cpp:156
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoChildList class is a container for node children.This class does automatic notification on the ...
Definition: SoChildList.h:33
The SoPath class is a container class for traversal path descriptions.SoPath objects contain a list o...
Definition: SoPath.h:43
void set(const int i, SoBase *const ptr)
Definition: SoBaseList.cpp:270
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:68
void append(SoNode *const ptr)
Definition: SoNodeList.cpp:79
The SoNodeList class is a container for pointers to SoNode objects. 
Definition: SoNodeList.h:31
void copy(const SoBaseList &l)
Definition: SoBaseList.cpp:171
void insert(SoBase *ptr, const int addbefore)
Definition: SoBaseList.cpp:108