|
Choreonoid
1.8
|
VRML ElevationGrid node. More...
#include <VRML.h>
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_CATEGORIES > | categorySet |
VRML ElevationGrid node.
| VRMLElevationGrid::VRMLElevationGrid | ( | ) |
|
overridevirtual |
Implements cnoid::VRMLNode.
| 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 |
1.8.17