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 ( )

Member Data Documentation

SFBool cnoid::VRMLElevationGrid::ccw
VRMLColorPtr cnoid::VRMLElevationGrid::color
SFBool cnoid::VRMLElevationGrid::colorPerVertex
SFFloat cnoid::VRMLElevationGrid::creaseAngle
MFFloat cnoid::VRMLElevationGrid::height
VRMLNormalPtr cnoid::VRMLElevationGrid::normal
SFBool cnoid::VRMLElevationGrid::normalPerVertex
SFBool cnoid::VRMLElevationGrid::solid
VRMLTextureCoordinatePtr cnoid::VRMLElevationGrid::texCoord
SFInt32 cnoid::VRMLElevationGrid::xDimension
SFFloat cnoid::VRMLElevationGrid::xSpacing
SFInt32 cnoid::VRMLElevationGrid::zDimension
SFFloat cnoid::VRMLElevationGrid::zSpacing

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