VRML Color node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlColor () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
MFColor | color |
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 Color node.
Definition at line 502 of file VrmlNodes.h.
VrmlColor::VrmlColor | ( | ) |
Definition at line 307 of file VrmlNodes.cpp.
MFColor hrp::VrmlColor::color |
Definition at line 507 of file VrmlNodes.h.