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);
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
void truncate(const int length, const int dofit=0)
Definition SbList.h:172
void remove(const int index)
Definition SbList.h:152
void copy(const SbList< Type > &l)
Definition SbList.h:92
void insert(const Type item, const int insertbefore)
Definition SbList.h:132
void append(const Type item)
Definition SbList.h:121
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
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
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