1 #ifndef COIN_SOORTHOSLICEDETAIL_H 2 #define COIN_SOORTHOSLICEDETAIL_H 36 #include <Inventor/details/SoDetail.h> 37 #include <Inventor/details/SoSubDetail.h> 38 #include <Inventor/SbVec3f.h> 39 #include <Inventor/SbVec3s.h> 40 #include <VolumeViz/C/basic.h> 44 typedef SoDetail inherited;
49 static void initClass(
void);
53 virtual SoDetail * copy(
void)
const;
55 const SbVec3f & getValueObjectPos(
void)
const;
56 const SbVec3s & getValueDataPos(
void)
const;
57 unsigned int getValue(
void)
const;
62 unsigned int voxelvalue;
68 #endif // !COIN_SOORTHOSLICEDETAIL_H Render one orthogonal slice of the volume data.
Definition: SoOrthoSlice.h:46
The SoOrthoSliceDetail contains details of a pick operation on SoOrthoSlice geometry.
Definition: SoOrthoSliceDetail.h:43