Choreonoid
1.8
|
VRML IndexedFaseSet node. More...
#include <VRML.h>
Public Member Functions | |
VRMLIndexedFaceSet () | |
virtual const char * | typeName () const override |
Public Member Functions inherited from cnoid::VRMLIndexedLineSet | |
VRMLIndexedLineSet () | |
Public Member Functions inherited from cnoid::VRMLGeometry | |
VRMLGeometry () | |
Public Member Functions inherited from cnoid::VRMLNode | |
VRMLNode () | |
virtual | ~VRMLNode () |
bool | isCategoryOf (VRMLNodeCategory category) |
Public Member Functions inherited from cnoid::Referenced | |
virtual | ~Referenced () |
Public Attributes | |
VRMLNormalPtr | normal |
VRMLTextureCoordinatePtr | texCoord |
SFBool | ccw |
SFBool | convex |
SFFloat | creaseAngle |
MFInt32 | normalIndex |
SFBool | normalPerVertex |
SFBool | solid |
MFInt32 | texCoordIndex |
Public Attributes inherited from cnoid::VRMLIndexedLineSet | |
VRMLColorPtr | color |
VRMLCoordinatePtr | coord |
MFInt32 | colorIndex |
SFBool | colorPerVertex |
MFInt32 | coordIndex |
Public Attributes inherited from cnoid::VRMLNode | |
std::string | defName |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::Referenced | |
Referenced () | |
Referenced (const Referenced &) | |
int | refCount () const |
Protected Attributes inherited from cnoid::VRMLNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
VRML IndexedFaseSet node.
VRMLIndexedFaceSet::VRMLIndexedFaceSet | ( | ) |
|
overridevirtual |
Reimplemented from cnoid::VRMLIndexedLineSet.
SFBool cnoid::VRMLIndexedFaceSet::ccw |
SFBool cnoid::VRMLIndexedFaceSet::convex |
SFFloat cnoid::VRMLIndexedFaceSet::creaseAngle |
VRMLNormalPtr cnoid::VRMLIndexedFaceSet::normal |
MFInt32 cnoid::VRMLIndexedFaceSet::normalIndex |
SFBool cnoid::VRMLIndexedFaceSet::normalPerVertex |
SFBool cnoid::VRMLIndexedFaceSet::solid |
VRMLTextureCoordinatePtr cnoid::VRMLIndexedFaceSet::texCoord |
MFInt32 cnoid::VRMLIndexedFaceSet::texCoordIndex |