25#ifndef __VOLUME_TRIANGLE_STRIP_SET
26#define __VOLUME_TRIANGLE_STRIP_SET
35class SoVolumeGeometryVbo;
201#if 1 SoDEPRECATED enum
216 static void initClass();
219 static void exitClass();
233 virtual void notify(SoNotList *list);
248 virtual void shapeGeneratePrimitives(
SoAction* action);
263 virtual int getNumVertices(
SoState* state);
266 virtual int getIndexCoord(
int index)
const;
271 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.
Field containing a single Boolean value.
Field containing an enumerated value.
Field containing a floating-point value.
Stores some information used by shapes.
Triangle strip set shape node.
<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.
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Triangle strip set sh...
SoSFBool clipGeometry
Specifies to clip the geometry at the volume boundaries.
@ NEAREST
OpenGL "nearest neighbor" interpolation.
@ LINEAR
OpenGL linear interpolation (Default).
SoSFEnum interpolation
Interpolation mode.
SoVolumeTriangleStripSet()
Constructor.
SoSFFloat offset
Sets an offset value used for computing the texture coordinates.