1 #ifndef COIN_SOORTHOSLICEDETAIL_H
2 #define COIN_SOORTHOSLICEDETAIL_H
27 #include <Inventor/details/SoDetail.h>
28 #include <Inventor/details/SoSubDetail.h>
29 #include <Inventor/SbVec3f.h>
30 #include <Inventor/SbVec3s.h>
31 #include <VolumeViz/C/basic.h>
35 typedef SoDetail inherited;
40 static void initClass(
void);
44 virtual SoDetail * copy(
void)
const;
46 const SbVec3f & getValueObjectPos(
void)
const;
47 const SbVec3s & getValueDataPos(
void)
const;
48 unsigned int getValue(
void)
const;
53 unsigned int voxelvalue;
59 #endif // !COIN_SOORTHOSLICEDETAIL_H
Render one orthogonal slice of the volume data.
Definition: SoOrthoSlice.h:37
The SoOrthoSliceDetail contains details of a pick operation on SoOrthoSlice geometry.
Definition: SoOrthoSliceDetail.h:34