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 Attributes | |
TProtoFieldMap | fields |
std::string | protoName |
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.
VrmlVariantField* hrp::VrmlProto::addField | ( | const std::string & | fieldName, |
VrmlFieldTypeId | typeId | ||
) | [inline] |
Definition at line 872 of file VrmlNodes.h.
VrmlVariantField* hrp::VrmlProto::getField | ( | const std::string & | fieldName | ) | [inline] |
Definition at line 867 of file VrmlNodes.h.
Definition at line 863 of file VrmlNodes.h.
std::string hrp::VrmlProto::protoName |
Definition at line 862 of file VrmlNodes.h.