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