Abstract base class for the SoVRMLElevationGrid node. More...
#include <Inventor/VRMLnodes/SoVRMLGridShape.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFInt32 | zDimension |
SoSFInt32 | xDimension |
SoSFFloat | zSpacing |
SoSFFloat | xSpacing |
SoMFFloat | height |
SoSFNode | texCoord |
SoSFNode | normal |
SoSFNode | color |
SoSFBool | colorPerVertex |
SoSFBool | normalPerVertex |
Friends | |
class | SoPath |
This node is an abstract base class for the SoVRMLElevationGrid node.
NOTE: This class does not exist in Open Inventor 10.0 and later.SoSFNode | set_color |
SoMFFloat | set_height |
SoSFNode | set_normal |
SoSFNode | set_texCoord |
SoSFNode | set_metadata |
SoSFNode | color_changed |
SoSFNode | normal_changed |
SoSFNode | texCoord_changed |
SoSFNode | metadata_changed |
static SoType SoVRMLGridShape::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLGeometry.
Reimplemented in SoVRMLGeoElevationGrid, and SoVRMLElevationGrid.
virtual SoType SoVRMLGridShape::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLGeometry.
Reimplemented in SoVRMLGeoElevationGrid, and SoVRMLElevationGrid.
friend class SoPath [friend] |
An SoVRMLColor node whose colors are applied to the vertices or faces of the ElevationGrid.
If TRUE, colors are applied to the vertices of the ElevationGrid.
If FALSE, the colors are applied to the faces.
xDimension by zDimension array of scale factors representing the height above the grid for each vertex.
The heights are stored in row major order.
An SoVRMLNormalNode containing the normals.
If NULL, the normals will be automatically generated.
If TRUE, normals are applied to the vertices of the ElevationGrid.
If FALSE, the normals are applied to the faces.
Number of divisions of the grid in the X direction.
Distance between the vertices in the X direction.
Number of divisions of the grid in the Z direction.
Distance between the vertices in the Z direction.