23#ifndef _SO_VOLUME_SKIN_
24#define _SO_VOLUME_SKIN_
38class SoVolumeSkinInterface;
39class SoVolumeStateSkin;
481 static void initClass();
485 static void exitClass();
497 virtual void notify(SoNotList *list);
502 virtual bool intersect( SoLDMNodeFrontManager* nfm,
const SoLDMTileID& tileId );
508 bool setupRenderInterface(
SoAction* action);
514 SoVolumeSkinInterface* m_volSkinInterface;
530 void generatePrimitives(
SoAction *action);
543 SoVolumeStateSkin* m_vs;
#define SO_NODE_HEADER(className)
Abstract base class for all actions.
Base class for describing detail information about a shape node.
Renders a scene graph using Open Inventor's Render Engine.
Computes bounding box of a scene.
<a href="IconLegend.html"><img src="extLDM.gif" alt="Large Data Management" border="0"></a> Tile ID
Abstract base class for all database nodes.
Represents point on surface of picked object.
Represents a vertex of a generated primitive.
Intersects objects with a ray cast into scene.
Field containing an enumerated value.
Field containing a int32_t integer.
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Abstract base class f...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Node that define...
<a href="IconLegend.html"><img src="extVR.gif" alt="VolumeViz" border="0"></a> Draws a data volume s...
SoSFInt32 dataSetId
Specifies the SoVolumeData node to use.
friend class SoVolumeSkinLdm
SoVolumeSkin()
Constructor.
SoSFEnum faceMode
Display front (facing the camera) faces or back faces.
FaceMode
Use this enum with the faceMode field.
@ FRONT
Display only front faces.
@ FRONT_AND_BACK
Display front and back faces.
@ BACK
Display only back faces.