VRML Proto definition. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlVariantField * | addField (const std::string &fieldName, VrmlFieldTypeId typeId) |
VrmlVariantField * | getField (const std::string &fieldName) |
VrmlProto (const std::string &n) | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
TProtoFieldMap | fields |
std::string | protoName |
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 Proto definition.
Definition at line 859 of file VrmlNodes.h.
VrmlProto::VrmlProto | ( | const std::string & | n | ) |
Definition at line 691 of file VrmlNodes.cpp.
|
inline |
Definition at line 872 of file VrmlNodes.h.
|
inline |
Definition at line 867 of file VrmlNodes.h.
TProtoFieldMap hrp::VrmlProto::fields |
Definition at line 863 of file VrmlNodes.h.
std::string hrp::VrmlProto::protoName |
Definition at line 862 of file VrmlNodes.h.