Choreonoid
1.8
|
VRML Proto definition. More...
#include <VRML.h>
Public Member Functions | |
VRMLProto (const std::string &n) | |
virtual const char * | typeName () const override |
VRMLVariantField * | findField (const std::string &fieldName) |
VRMLVariantField & | field (const std::string &fieldName) |
Public Member Functions inherited from cnoid::VRMLNode | |
VRMLNode () | |
virtual | ~VRMLNode () |
bool | isCategoryOf (VRMLNodeCategory category) |
Public Member Functions inherited from cnoid::Referenced | |
virtual | ~Referenced () |
Public Attributes | |
std::string | protoName |
VRMLProtoFieldMap | fields |
Public Attributes inherited from cnoid::VRMLNode | |
std::string | defName |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::Referenced | |
Referenced () | |
Referenced (const Referenced &) | |
int | refCount () const |
Protected Attributes inherited from cnoid::VRMLNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
VRML Proto definition.
VRMLProto::VRMLProto | ( | const std::string & | n | ) |
|
inline |
|
inline |
|
overridevirtual |
Implements cnoid::VRMLNode.
VRMLProtoFieldMap cnoid::VRMLProto::fields |
std::string cnoid::VRMLProto::protoName |