1#ifndef SIMVOLEON_SOVOLUMEINDEXEDFACESET_H
2#define SIMVOLEON_SOVOLUMEINDEXEDFACESET_H
36#include <Inventor/nodes/SoIndexedFaceSet.h>
37#include <Inventor/fields/SoSFBool.h>
38#include <Inventor/fields/SoSFFloat.h>
40#include <VolumeViz/C/basic.h>
45 typedef SoIndexedFaceSet inherited;
49 static void initClass(
void);
52 SoSFBool clipGeometry;
58 virtual void GLRender(SoGLRenderAction * action);
61 friend class SoVolumeIndexedFaceSetP;
62 class SoVolumeIndexedFaceSetP * pimpl;
64 friend class CvrIndexedFaceSetRenderP;
Render a set of faces within the volume.
Definition: SoVolumeIndexedFaceSet.h:44