#include <VrmlNodes.h>
Public Member Functions | |
virtual int | countChildren () |
virtual VrmlNode * | getChild (int index) |
virtual MFNode & | getChildren () |
virtual void | replaceChild (int childIndex, VrmlNode *childNode) |
VrmlSwitch () | |
Public Member Functions inherited from hrp::AbstractVrmlGroup | |
AbstractVrmlGroup () | |
void | removeChild (int childIndex) |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
MFNode | choice |
SFInt32 | whichChoice |
Public Attributes inherited from hrp::VrmlNode | |
std::string | defName |
Additional Inherited Members | |
Static Public Member Functions inherited from hrp::VrmlNode | |
static const char * | getLabelOfFieldType (int type) |
Protected Attributes inherited from hrp::VrmlNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
Definition at line 655 of file VrmlNodes.h.
VrmlSwitch::VrmlSwitch | ( | ) |
Definition at line 423 of file VrmlNodes.cpp.
|
virtual |
Implements hrp::AbstractVrmlGroup.
Definition at line 433 of file VrmlNodes.cpp.
Implements hrp::AbstractVrmlGroup.
Definition at line 439 of file VrmlNodes.cpp.
|
virtual |
Implements hrp::AbstractVrmlGroup.
Definition at line 428 of file VrmlNodes.cpp.
Implements hrp::AbstractVrmlGroup.
Definition at line 445 of file VrmlNodes.cpp.
MFNode hrp::VrmlSwitch::choice |
Definition at line 665 of file VrmlNodes.h.
SFInt32 hrp::VrmlSwitch::whichChoice |
Definition at line 666 of file VrmlNodes.h.