Choreonoid  1.5
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

Public Member Functions

 VRMLElevationGrid ()
 
- Public Member Functions inherited from cnoid::VRMLGeometry
 VRMLGeometry ()
 
- Public Member Functions inherited from cnoid::VRMLNode
 VRMLNode ()
 
virtual ~VRMLNode ()
 
bool isCategoryOf (VRMLNodeCategory category)
 

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 Attributes inherited from cnoid::VRMLNode
std::bitset< NUM_VRML_NODE_CATEGORIEScategorySet
 

Detailed Description

VRML ElevationGrid node.

Constructor & Destructor Documentation

◆ VRMLElevationGrid()

VRMLElevationGrid::VRMLElevationGrid ( )

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: