Choreonoid
1.5
|
Abstract base class of all vrml nodes. More...
#include <VRML.h>
Public Member Functions | |
VRMLNode () | |
virtual | ~VRMLNode () |
bool | isCategoryOf (VRMLNodeCategory category) |
Public Attributes | |
std::string | defName |
Protected Attributes | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
Friends | |
void | intrusive_ptr_add_ref (VRMLNode *obj) |
void | intrusive_ptr_release (VRMLNode *obj) |
Abstract base class of all vrml nodes.
VRMLNode::VRMLNode | ( | ) |
|
virtual |
bool VRMLNode::isCategoryOf | ( | VRMLNodeCategory | category | ) |
|
friend |
|
friend |
|
protected |
std::string cnoid::VRMLNode::defName |