VRML IndexedFaseSet node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlIndexedFaceSet () | |
Public Member Functions inherited from hrp::VrmlIndexedLineSet | |
VrmlIndexedLineSet () | |
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 | ccw |
SFBool | convex |
SFFloat | creaseAngle |
VrmlNormalPtr | normal |
MFInt32 | normalIndex |
SFBool | normalPerVertex |
SFBool | solid |
VrmlTextureCoordinatePtr | texCoord |
MFInt32 | texCoordIndex |
Public Attributes inherited from hrp::VrmlIndexedLineSet | |
VrmlColorPtr | color |
MFInt32 | colorIndex |
SFBool | colorPerVertex |
VrmlCoordinatePtr | coord |
MFInt32 | coordIndex |
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 IndexedFaseSet node.
Definition at line 483 of file VrmlNodes.h.
VrmlIndexedFaceSet::VrmlIndexedFaceSet | ( | ) |
Definition at line 297 of file VrmlNodes.cpp.
SFBool hrp::VrmlIndexedFaceSet::ccw |
Definition at line 490 of file VrmlNodes.h.
SFBool hrp::VrmlIndexedFaceSet::convex |
Definition at line 491 of file VrmlNodes.h.
SFFloat hrp::VrmlIndexedFaceSet::creaseAngle |
Definition at line 492 of file VrmlNodes.h.
VrmlNormalPtr hrp::VrmlIndexedFaceSet::normal |
Definition at line 488 of file VrmlNodes.h.
MFInt32 hrp::VrmlIndexedFaceSet::normalIndex |
Definition at line 493 of file VrmlNodes.h.
SFBool hrp::VrmlIndexedFaceSet::normalPerVertex |
Definition at line 494 of file VrmlNodes.h.
SFBool hrp::VrmlIndexedFaceSet::solid |
Definition at line 495 of file VrmlNodes.h.
VrmlTextureCoordinatePtr hrp::VrmlIndexedFaceSet::texCoord |
Definition at line 489 of file VrmlNodes.h.
MFInt32 hrp::VrmlIndexedFaceSet::texCoordIndex |
Definition at line 496 of file VrmlNodes.h.