VRML Cylinder node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlCylinder () | |
Public Member Functions inherited from hrp::VrmlGeometry | |
VrmlGeometry () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
SFBool | bottom |
SFFloat | height |
SFFloat | radius |
SFBool | side |
SFBool | top |
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 Cylinder node.
Definition at line 397 of file VrmlNodes.h.
VrmlCylinder::VrmlCylinder | ( | ) |
Definition at line 254 of file VrmlNodes.cpp.
SFBool hrp::VrmlCylinder::bottom |
Definition at line 402 of file VrmlNodes.h.
SFFloat hrp::VrmlCylinder::height |
Definition at line 403 of file VrmlNodes.h.
SFFloat hrp::VrmlCylinder::radius |
Definition at line 404 of file VrmlNodes.h.
SFBool hrp::VrmlCylinder::side |
Definition at line 405 of file VrmlNodes.h.
SFBool hrp::VrmlCylinder::top |
Definition at line 406 of file VrmlNodes.h.