#include <VrmlNodes.h>

Public Member Functions | |
| AbstractVrmlGroup () | |
| virtual int | countChildren ()=0 |
| virtual VrmlNode * | getChild (int index)=0 |
| virtual MFNode & | getChildren ()=0 |
| void | removeChild (int childIndex) |
| virtual void | replaceChild (int childIndex, VrmlNode *childNode)=0 |
Definition at line 220 of file VrmlNodes.h.
Definition at line 119 of file VrmlNodes.cpp.
| virtual int hrp::AbstractVrmlGroup::countChildren | ( | ) | [pure virtual] |
Implemented in hrp::VrmlLOD, hrp::VrmlSwitch, and hrp::VrmlGroup.
| virtual VrmlNode* hrp::AbstractVrmlGroup::getChild | ( | int | index | ) | [pure virtual] |
Implemented in hrp::VrmlLOD, hrp::VrmlSwitch, and hrp::VrmlGroup.
| virtual MFNode& hrp::AbstractVrmlGroup::getChildren | ( | ) | [pure virtual] |
Implemented in hrp::VrmlLOD, hrp::VrmlSwitch, and hrp::VrmlGroup.
| void AbstractVrmlGroup::removeChild | ( | int | childIndex | ) |
Definition at line 127 of file VrmlNodes.cpp.
| virtual void hrp::AbstractVrmlGroup::replaceChild | ( | int | childIndex, |
| VrmlNode * | childNode | ||
| ) | [pure virtual] |
Implemented in hrp::VrmlLOD, hrp::VrmlSwitch, and hrp::VrmlGroup.