Choreonoid  1.8
Public Member Functions | Public Attributes | List of all members
cnoid::VRMLIndexedFaceSet Class Reference

VRML IndexedFaseSet node. More...

#include <VRML.h>

Inheritance diagram for cnoid::VRMLIndexedFaceSet:
cnoid::VRMLIndexedLineSet cnoid::VRMLGeometry cnoid::VRMLNode cnoid::Referenced

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_CATEGORIEScategorySet
 

Detailed Description

VRML IndexedFaseSet node.

Constructor & Destructor Documentation

◆ VRMLIndexedFaceSet()

VRMLIndexedFaceSet::VRMLIndexedFaceSet ( )

Member Function Documentation

◆ typeName()

const char * VRMLIndexedFaceSet::typeName ( ) const
overridevirtual

Reimplemented from cnoid::VRMLIndexedLineSet.

Member Data Documentation

◆ ccw

SFBool cnoid::VRMLIndexedFaceSet::ccw

◆ convex

SFBool cnoid::VRMLIndexedFaceSet::convex

◆ creaseAngle

SFFloat cnoid::VRMLIndexedFaceSet::creaseAngle

◆ normal

VRMLNormalPtr cnoid::VRMLIndexedFaceSet::normal

◆ normalIndex

MFInt32 cnoid::VRMLIndexedFaceSet::normalIndex

◆ normalPerVertex

SFBool cnoid::VRMLIndexedFaceSet::normalPerVertex

◆ solid

SFBool cnoid::VRMLIndexedFaceSet::solid

◆ texCoord

VRMLTextureCoordinatePtr cnoid::VRMLIndexedFaceSet::texCoord

◆ texCoordIndex

MFInt32 cnoid::VRMLIndexedFaceSet::texCoordIndex

The documentation for this class was generated from the following files: