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);
51 void traverse(
SoAction *
const action);
52 void traverse(
SoAction *
const action,
const int index);
57 void addPathAuditor(
SoPath *
const path);
58 void removePathAuditor(
SoPath *
const path);
The SbList class is a template container class for lists.
Definition SbList.h:47
void truncate(const int length, const int dofit=0)
Definition SbList.h:149
void remove(const int index)
Definition SbList.h:129
void copy(const SbList< Type > &l)
Definition SbList.h:69
void insert(const Type item, const int insertbefore)
Definition SbList.h:109
void append(const Type item)
Definition SbList.h:98
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:67
The SoChildList class is a container for node children.
Definition SoChildList.h:33
The SoNodeList class is a container for pointers to SoNode objects.
Definition SoNodeList.h:31
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