VRML node which is instance of VRML Prototype. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlVariantField * | getField (const std::string &fieldName) |
VrmlProtoInstance (VrmlProtoPtr proto0) | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
VrmlNodePtr | actualNode |
TProtoFieldMap | fields |
VrmlProtoPtr | proto |
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 node which is instance of VRML Prototype.
Definition at line 883 of file VrmlNodes.h.
VrmlProtoInstance::VrmlProtoInstance | ( | VrmlProtoPtr | proto0 | ) |
Definition at line 698 of file VrmlNodes.cpp.
|
inline |
Definition at line 892 of file VrmlNodes.h.
VrmlNodePtr hrp::VrmlProtoInstance::actualNode |
Definition at line 888 of file VrmlNodes.h.
TProtoFieldMap hrp::VrmlProtoInstance::fields |
Definition at line 887 of file VrmlNodes.h.
VrmlProtoPtr hrp::VrmlProtoInstance::proto |
Definition at line 886 of file VrmlNodes.h.