VRML Inline node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlInline () | |
Public Member Functions inherited from hrp::VrmlGroup | |
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 | |
MFString | urls |
Public Attributes inherited from hrp::VrmlGroup | |
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 Inline node.
Definition at line 268 of file VrmlNodes.h.
VrmlInline::VrmlInline | ( | ) |
Definition at line 177 of file VrmlNodes.cpp.
MFString hrp::VrmlInline::urls |
Definition at line 272 of file VrmlNodes.h.