24#ifndef _SO_HEIGHTFIELD_RENDER_H
25#define _SO_HEIGHTFIELD_RENDER_H
28#pragma warning( push )
29#pragma warning(disable:4251)
32#include <Inventor/SbBox.h>
33#include <VolumeViz/nodes/SoSlice.h>
34#include <Inventor/fields/SoSFColor.h>
38class SoHeightFieldRenderImpl;
39class SoVolumeStateHeightField;
522 static void initClass();
523 static void exitClass();
528 virtual void notify(SoNotList *list);
537 virtual void generatePrimitives(
SoAction *action);
566#if 1 SoDEPRECATED enum
587 SoHeightFieldRenderImpl* getImpl(
SoState* state );
588 SoHeightFieldRenderImpl* m_heightFieldRenderImpl;
598#pragma warning( pop )
Abstract base class for all actions.
Base class for describing detail information about a shape node.
Renders a scene graph using Open Inventor's Render Engine.
Computes bounding box of a scene.
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Height field data nod...
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Height field property...
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Heightfield rendering...
SoSFEnum boundaryCells
Boundary cells mode.
SoSFFloat cellOutlineWidth
When cellOutline is TRUE, this value specifies the cell outline width in pixels.
friend class SoVolumeStateHeightField
SoSFColor cellOutlineColor
When cellOutline is TRUE, this value specifies the cell outline color.
static SbBool isSupported(SoState *state=NULL)
Returns true if graphic card can render an SoHeightFieldRender.
SoSFBool cellOutline
If true, draw outline of each heightField cell (default is false).
BoundaryCells
Boundary cells mode.
@ SMART
Computes boundary cells according to the distance to the view.
@ ALWAYS
Always compute boundary cells.
@ NONE
Never computes boundary cells.
SoHeightFieldRender()
Constructor.
friend class SoLdmValuationAction
Represents point on surface of picked object.
Represents a vertex of a generated primitive.
Intersects objects with a ray cast into scene.
Field containing a single Boolean value.
Field containing an RGB color.
Field containing an enumerated value.
Field containing a floating-point value.
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Abstract base class f...