#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 |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Additional Inherited Members | |
Static Public Member Functions inherited from hrp::VrmlNode | |
static const char * | getLabelOfFieldType (int type) |
Public Attributes inherited from hrp::VrmlNode | |
std::string | defName |
Protected Attributes inherited from hrp::VrmlNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
Definition at line 220 of file VrmlNodes.h.
AbstractVrmlGroup::AbstractVrmlGroup | ( | ) |
Definition at line 119 of file VrmlNodes.cpp.
|
pure virtual |
Implemented in hrp::VrmlLOD, hrp::VrmlSwitch, and hrp::VrmlGroup.
Implemented in hrp::VrmlLOD, hrp::VrmlSwitch, and hrp::VrmlGroup.
|
pure virtual |
Implemented in hrp::VrmlLOD, hrp::VrmlSwitch, and hrp::VrmlGroup.
Definition at line 127 of file VrmlNodes.cpp.
|
pure virtual |
Implemented in hrp::VrmlLOD, hrp::VrmlSwitch, and hrp::VrmlGroup.