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);
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:191
void set(const int i, SoBase *const ptr)
Definition SoBaseList.cpp:293
void remove(const int index)
Definition SoBaseList.cpp:137
void truncate(const int length)
Definition SoBaseList.cpp:176
void insert(SoBase *ptr, const int addbefore)
Definition SoBaseList.cpp:122
void addPathAuditor(SoPath *const path)
Definition SoChildList.cpp:480
void traverseInPath(SoAction *const action, const int numindices, const int *indices)
Definition SoChildList.cpp:297
void removePathAuditor(SoPath *const path)
Definition SoChildList.cpp:494
SoChildList(SoNode *const parent)
Definition SoChildList.cpp:60
void traverse(SoAction *const action)
Definition SoChildList.cpp:447
SoNodeList(void)
Definition SoNodeList.cpp:48
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