25#ifndef __VOLUME_INDEXED_FACE_SET
26#define __VOLUME_INDEXED_FACE_SET
28#include <Inventor/nodes/SoIndexedFaceSet.h>
30#include <VolumeViz/nodes/SoVolumeGeometry.h>
31#include <Inventor/fields/SoSFBool.h>
32#include <Inventor/fields/SoSFFloat.h>
33#include <Inventor/SbBox.h>
35class SoVolumeGeometryVbo;
213SoDEPRECATED
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;
<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.
SoIndexedFaceSet()
Creates an indexed face set node with default settings.
Field containing a single Boolean value.
Field containing an enumerated value.
Field containing a floating-point value.
Stores some information used by shapes.
SoVolumeGeometry()
Constructor.
<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.