VRML Group node. More...
#include <VrmlNodes.h>
Public Member Functions | |
virtual int | countChildren () |
virtual VrmlNode * | getChild (int index) |
virtual MFNode & | getChildren () |
virtual void | replaceChild (int childIndex, VrmlNode *childNode) |
VrmlGroup () | |
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 | |
SFVec3f | bboxCenter |
SFVec3f | bboxSize |
MFNode | children |
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 |
VRML Group node.
Definition at line 236 of file VrmlNodes.h.
VrmlGroup::VrmlGroup | ( | ) |
Definition at line 133 of file VrmlNodes.cpp.
|
virtual |
Implements hrp::AbstractVrmlGroup.
Definition at line 144 of file VrmlNodes.cpp.
Implements hrp::AbstractVrmlGroup.
Definition at line 150 of file VrmlNodes.cpp.
|
virtual |
Implements hrp::AbstractVrmlGroup.
Definition at line 139 of file VrmlNodes.cpp.
Implements hrp::AbstractVrmlGroup.
Definition at line 156 of file VrmlNodes.cpp.
SFVec3f hrp::VrmlGroup::bboxCenter |
Definition at line 246 of file VrmlNodes.h.
SFVec3f hrp::VrmlGroup::bboxSize |
Definition at line 247 of file VrmlNodes.h.
MFNode hrp::VrmlGroup::children |
Definition at line 248 of file VrmlNodes.h.