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);
The SbList class is a template container class for lists.
Definition SbList.h:70
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
void copy(const SoBaseList &l)
Definition SoBaseList.cpp:181
void set(const int i, SoBase *const ptr)
Definition SoBaseList.cpp:280
void remove(const int index)
Definition SoBaseList.cpp:131
void truncate(const int length)
Definition SoBaseList.cpp:166
void insert(SoBase *ptr, const int addbefore)
Definition SoBaseList.cpp:118
The SoChildList class is a container for node children.
Definition SoChildList.h:42
The SoNodeList class is a container for pointers to SoNode objects.
Definition SoNodeList.h:40
void append(SoNode *const ptr)
Definition SoNodeList.cpp:88
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:52