1 #ifndef SIMVOLEON_SOVOLUMEFACESET_H 2 #define SIMVOLEON_SOVOLUMEFACESET_H 27 #include <Inventor/nodes/SoFaceSet.h> 28 #include <Inventor/fields/SoSFBool.h> 29 #include <Inventor/fields/SoSFFloat.h> 31 #include <VolumeViz/C/basic.h> 36 typedef SoFaceSet inherited;
40 static void initClass(
void);
43 SoSFBool clipGeometry;
49 virtual void GLRender(SoGLRenderAction * action);
52 friend class SoVolumeFaceSetP;
53 class SoVolumeFaceSetP * pimpl;
55 friend class CvrFaceSetRenderP;
60 #endif // !SIMVOLEON_SOVOLUMEFACESET_H Render a set of faces within the volume.
Definition: SoVolumeFaceSet.h:35