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.
Definition: SoBaseList.h:41
The SbList class is a template container class for lists.
Definition: SoType.h:55
void truncate(const int length)
Definition: SoBaseList.cpp:166
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SoChildList class is a container for node children.
Definition: SoChildList.h:42
The SoPath class is a container class for traversal path descriptions.
Definition: SoPath.h:52
The SoAction class is the base class for all traversal actions.
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:181
void insert(SoBase *ptr, const int addbefore)
Definition: SoBaseList.cpp:118