#include <VrmlNodes.h>
Public Member Functions | |
VrmlUnsupportedNode (const std::string &nodeTypeName) | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
std::string | nodeTypeName |
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 161 of file VrmlNodes.h.
VrmlUnsupportedNode::VrmlUnsupportedNode | ( | const std::string & | nodeTypeName | ) |
Definition at line 67 of file VrmlNodes.cpp.
std::string hrp::VrmlUnsupportedNode::nodeTypeName |
Definition at line 165 of file VrmlNodes.h.