VRML Extrusion node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlExtrusion () | |
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 | beginCap |
SFBool | ccw |
SFBool | convex |
SFFloat | creaseAngle |
MFVec2f | crossSection |
SFBool | endCap |
MFRotation | orientation |
MFVec2f | scale |
SFBool | solid |
MFVec3f | spine |
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 Extrusion node.
Definition at line 634 of file VrmlNodes.h.
VrmlExtrusion::VrmlExtrusion | ( | ) |
Definition at line 405 of file VrmlNodes.cpp.
SFBool hrp::VrmlExtrusion::beginCap |
Definition at line 643 of file VrmlNodes.h.
SFBool hrp::VrmlExtrusion::ccw |
Definition at line 646 of file VrmlNodes.h.
SFBool hrp::VrmlExtrusion::convex |
Definition at line 647 of file VrmlNodes.h.
SFFloat hrp::VrmlExtrusion::creaseAngle |
Definition at line 648 of file VrmlNodes.h.
MFVec2f hrp::VrmlExtrusion::crossSection |
Definition at line 639 of file VrmlNodes.h.
SFBool hrp::VrmlExtrusion::endCap |
Definition at line 644 of file VrmlNodes.h.
MFRotation hrp::VrmlExtrusion::orientation |
Definition at line 642 of file VrmlNodes.h.
MFVec2f hrp::VrmlExtrusion::scale |
Definition at line 641 of file VrmlNodes.h.
SFBool hrp::VrmlExtrusion::solid |
Definition at line 645 of file VrmlNodes.h.
MFVec3f hrp::VrmlExtrusion::spine |
Definition at line 640 of file VrmlNodes.h.