25#ifndef __VOLUME_FACE_SET
26#define __VOLUME_FACE_SET
35class SoVolumeGeometryVbo;
212#if 1 SoDEPRECATED enum
227 static void initClass();
230 static void exitClass();
244 virtual void notify(SoNotList *list);
259 virtual void shapeGeneratePrimitives(
SoAction* action);
274 virtual int getNumVertices(
SoState* state);
277 virtual int getIndexCoord(
int index)
const;
282 using SoVolumeGeometry::doRendering;
#define SO_NODE_HEADER(className)
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 3D vector class ...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 3D box with an a...
Abstract base class for all actions.
Polygonal face shape node.
Renders a scene graph using Open Inventor's Render Engine.
Field containing a single Boolean value.
Field containing an enumerated value.
Field containing a floating-point value.
Stores some information used by shapes.
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Polygonal face shape ...
SoSFBool clipGeometry
Specifies to clip the geometry at the volume boundaries.
SoVolumeFaceSet()
Constructor.
SoSFEnum interpolation
Interpolation mode.
SoSFFloat offset
Sets an offset value used for computing the texture coordinates.
@ NEAREST
OpenGL "nearest neighbor" interpolation.
@ LINEAR
OpenGL linear interpolation (Default).
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> LDM valuation interfa...
Interpolation
Interpolation mode.
@ LINEAR
OpenGL linear interpolation (Default).
@ NEAREST
OpenGL "nearest neighbor" interpolation.