Go to the source code of this file.
|
| SoChildList (SoNode *parentNode, int size) |
|
| SoChildList (SoNode *parentNode, const SoChildList &l) |
|
virtual | ~SoChildList () |
|
void | append (SoNode *child) |
|
void | insert (SoNode *child, int addBefore) |
|
void | remove (int which) |
|
void | truncate (int start) |
|
void | copy (const SoChildList &l) |
|
void | set (int i, SoNode *child) |
|
void | traverse (SoAction *action) |
|
void | traverse (SoAction *action, int childIndex) |
|
void | traverse (SoAction *action, int firstChild, int lastChild) |
|
void | traverse (SoAction *action, SoNode *node) |
|
void | traverseMI (SoAction *action, int instanceIndex) |
|
void | traverseMI (SoAction *action, int childIndex, int numInstances) |
|
void | traverseMI (SoAction *action, int firstChild, int lastChild, int instanceIndex) |
|
void | traverseMI (SoAction *action, SoNode *node, int instanceIndex) |
|
◆ append()
◆ copy()
◆ insert()
void insert |
( |
SoNode * |
child, |
|
|
int |
addBefore |
|
) |
| |
◆ remove()
◆ set()
void set |
( |
int |
i, |
|
|
SoNode * |
child |
|
) |
| |
◆ SoChildList() [1/2]
SoChildList |
( |
SoNode * |
parentNode, |
|
|
const SoChildList & |
l |
|
) |
| |
◆ SoChildList() [2/2]
SoChildList |
( |
SoNode * |
parentNode, |
|
|
int |
size |
|
) |
| |
◆ traverse() [1/4]
◆ traverse() [2/4]
void traverse |
( |
SoAction * |
action, |
|
|
int |
childIndex |
|
) |
| |
◆ traverse() [3/4]
void traverse |
( |
SoAction * |
action, |
|
|
int |
firstChild, |
|
|
int |
lastChild |
|
) |
| |
◆ traverse() [4/4]
◆ traverseMI() [1/4]
void traverseMI |
( |
SoAction * |
action, |
|
|
int |
childIndex, |
|
|
int |
numInstances |
|
) |
| |
◆ traverseMI() [2/4]
void traverseMI |
( |
SoAction * |
action, |
|
|
int |
firstChild, |
|
|
int |
lastChild, |
|
|
int |
instanceIndex |
|
) |
| |
◆ traverseMI() [3/4]
void traverseMI |
( |
SoAction * |
action, |
|
|
int |
instanceIndex |
|
) |
| |
◆ traverseMI() [4/4]
void traverseMI |
( |
SoAction * |
action, |
|
|
SoNode * |
node, |
|
|
int |
instanceIndex |
|
) |
| |
◆ truncate()
void truncate |
( |
int |
start | ) |
|
◆ ~SoChildList()