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

VRML ElevationGrid node. More...

#include <VRML.h>

Inheritance diagram for cnoid::VRMLElevationGrid:
cnoid::VRMLGeometry cnoid::VRMLNode cnoid::Referenced

Public Member Functions

 VRMLElevationGrid ()
 
virtual const char * typeName () const override
 
- 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

SFInt32 xDimension
 
SFInt32 zDimension
 
SFFloat xSpacing
 
SFFloat zSpacing
 
MFFloat height
 
SFBool ccw
 
SFBool colorPerVertex
 
SFFloat creaseAngle
 
SFBool normalPerVertex
 
SFBool solid
 
VRMLColorPtr color
 
VRMLNormalPtr normal
 
VRMLTextureCoordinatePtr texCoord
 
- 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 ElevationGrid node.

Constructor & Destructor Documentation

◆ VRMLElevationGrid()

VRMLElevationGrid::VRMLElevationGrid ( )

Member Function Documentation

◆ typeName()

const char * VRMLElevationGrid::typeName ( ) const
overridevirtual

Implements cnoid::VRMLNode.

Member Data Documentation

◆ ccw

SFBool cnoid::VRMLElevationGrid::ccw

◆ color

VRMLColorPtr cnoid::VRMLElevationGrid::color

◆ colorPerVertex

SFBool cnoid::VRMLElevationGrid::colorPerVertex

◆ creaseAngle

SFFloat cnoid::VRMLElevationGrid::creaseAngle

◆ height

MFFloat cnoid::VRMLElevationGrid::height

◆ normal

VRMLNormalPtr cnoid::VRMLElevationGrid::normal

◆ normalPerVertex

SFBool cnoid::VRMLElevationGrid::normalPerVertex

◆ solid

SFBool cnoid::VRMLElevationGrid::solid

◆ texCoord

VRMLTextureCoordinatePtr cnoid::VRMLElevationGrid::texCoord

◆ xDimension

SFInt32 cnoid::VRMLElevationGrid::xDimension

◆ xSpacing

SFFloat cnoid::VRMLElevationGrid::xSpacing

◆ zDimension

SFInt32 cnoid::VRMLElevationGrid::zDimension

◆ zSpacing

SFFloat cnoid::VRMLElevationGrid::zSpacing

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