VRML Cone node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlCone () | |
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 | bottomRadius |
SFFloat | height |
SFBool | side |
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 Cone node.
Definition at line 383 of file VrmlNodes.h.
VrmlCone::VrmlCone | ( | ) |
Definition at line 245 of file VrmlNodes.cpp.
SFBool hrp::VrmlCone::bottom |
Definition at line 388 of file VrmlNodes.h.
SFFloat hrp::VrmlCone::bottomRadius |
Definition at line 389 of file VrmlNodes.h.
SFFloat hrp::VrmlCone::height |
Definition at line 390 of file VrmlNodes.h.
SFBool hrp::VrmlCone::side |
Definition at line 391 of file VrmlNodes.h.