25#ifndef __VOLUME_INDEXED_TRIANGLE_STRIP_SET
26#define __VOLUME_INDEXED_TRIANGLE_STRIP_SET
35class SoVolumeGeometryVbo;
208#if 1 SoDEPRECATED enum
223 static void initClass();
226 static void exitClass();
240 virtual void notify(SoNotList *list);
255 virtual void shapeGeneratePrimitives(
SoAction* action);
270 virtual int getNumVertices(
SoState* state);
273 virtual int getIndexCoord(
int index)
const;
278 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 triangle strip set 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 triangle stri...
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).
SoSFBool clipGeometry
Specifies to clip the geometry at the volume boundaries.
SoVolumeIndexedTriangleStripSet()
Constructor.
Interpolation
Interpolation mode.
@ LINEAR
OpenGL linear interpolation (Default).
@ NEAREST
OpenGL "nearest neighbor" interpolation.