25#ifndef __VOLUME_INDEXED_FACE_SET
26#define __VOLUME_INDEXED_FACE_SET
35class SoVolumeGeometryVbo;
211#if 1 SoDEPRECATED enum
225 static void initClass();
228 static void exitClass();
242 virtual void notify(SoNotList *list);
257 virtual void shapeGeneratePrimitives(
SoAction* action);
272 virtual int getNumVertices(
SoState* state);
275 virtual int getIndexCoord(
int index)
const;
280 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.
Renders a scene graph using Open Inventor's Render Engine.
Indexed polygonal face shape node.
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> LDM valuation interfa...
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Indexed polygonal fac...
SoSFFloat offset
Sets an offset value used for computing the texture coordinates.
SoVolumeIndexedFaceSet()
Constructor.
SoSFEnum interpolation
Interpolation mode.
SoSFBool clipGeometry
Specifies to clip the geometry at the volume boundaries.
@ LINEAR
OpenGL linear interpolation (Default).
@ NEAREST
OpenGL "nearest neighbor" interpolation.
Interpolation
Interpolation mode.
@ LINEAR
OpenGL linear interpolation (Default).
@ NEAREST
OpenGL "nearest neighbor" interpolation.