Choreonoid
1.8
|
VRML node which is instance of VRML Prototype. More...
#include <VRML.h>
Public Member Functions | |
VRMLProtoInstance (VRMLProtoPtr proto0) | |
virtual const char * | typeName () const override |
VRMLVariantField * | findField (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 | |
VRMLProtoPtr | proto |
VRMLProtoFieldMap | fields |
VRMLNodePtr | actualNode |
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 node which is instance of VRML Prototype.
VRMLProtoInstance::VRMLProtoInstance | ( | VRMLProtoPtr | proto0 | ) |
|
inline |
|
overridevirtual |
Implements cnoid::VRMLNode.
VRMLNodePtr cnoid::VRMLProtoInstance::actualNode |
VRMLProtoFieldMap cnoid::VRMLProtoInstance::fields |
VRMLProtoPtr cnoid::VRMLProtoInstance::proto |