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);
45 void truncate(
const int length);
47 void set(
const int index,
SoNode *
const node);
The SbList class is a template container class for lists.
Definition SbList.h:61
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:68
void copy(const SoChildList &cl)
Definition SoChildList.cpp:195
void insert(SoNode *const ptr, const int addbefore)
Definition SoChildList.cpp:116
void addPathAuditor(SoPath *const path)
Definition SoChildList.cpp:436
void traverseInPath(SoAction *const action, const int numindices, const int *indices)
Definition SoChildList.cpp:253
void removePathAuditor(SoPath *const path)
Definition SoChildList.cpp:450
void remove(const int index)
Definition SoChildList.cpp:141
void append(SoNode *const node)
Definition SoChildList.cpp:94
void set(const int index, SoNode *const node)
Definition SoChildList.cpp:220
SoChildList(SoNode *const parent)
Definition SoChildList.cpp:50
void traverse(SoAction *const action)
Definition SoChildList.cpp:403
SoNodeList(void)
Definition SoNodeList.cpp:39
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:43