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