VRML Text node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlText () | |
Public Member Functions inherited from hrp::VrmlGeometry | |
VrmlGeometry () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
VrmlFontStylePtr | fontStyle |
MFString | fstring |
MFFloat | length |
SFFloat | maxExtent |
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 Text node.
Definition at line 441 of file VrmlNodes.h.
VrmlText::VrmlText | ( | ) |
Definition at line 285 of file VrmlNodes.cpp.
VrmlFontStylePtr hrp::VrmlText::fontStyle |
Definition at line 447 of file VrmlNodes.h.
MFString hrp::VrmlText::fstring |
Definition at line 446 of file VrmlNodes.h.
MFFloat hrp::VrmlText::length |
Definition at line 448 of file VrmlNodes.h.
SFFloat hrp::VrmlText::maxExtent |
Definition at line 449 of file VrmlNodes.h.