1 #ifndef COIN_SOCHILDLIST_H 2 #define COIN_SOCHILDLIST_H 36 #include <Inventor/lists/SoNodeList.h> 37 #include <Inventor/lists/SbList.h> 53 void remove(
const int index);
56 void set(
const int index,
SoNode *
const node);
58 void traverseInPath(
SoAction *
const action,
const int numindices,
60 void traverse(
SoAction *
const action);
61 void traverse(
SoAction *
const action,
const int index);
63 void traverse(
SoAction *
const action,
const int first,
const int last);
66 void addPathAuditor(
SoPath *
const path);
67 void removePathAuditor(
SoPath *
const path);
74 #endif // !COIN_SOCHILDLIST_H The SoBaseList class is a container for pointers to SoBase derived objects.The additional capability ...
Definition: SoBaseList.h:41
void truncate(const int length)
Definition: SoBaseList.cpp:165
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
The SoChildList class is a container for node children.This class does automatic notification on the ...
Definition: SoChildList.h:42
The SoPath class is a container class for traversal path descriptions.SoPath objects contain a list o...
Definition: SoPath.h:52
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:77
void append(SoNode *const ptr)
Definition: SoNodeList.cpp:88
The SoNodeList class is a container for pointers to SoNode objects.
Definition: SoNodeList.h:40
void copy(const SoBaseList &l)
Definition: SoBaseList.cpp:180
void insert(SoBase *ptr, const int addbefore)
Definition: SoBaseList.cpp:117