SIMVoleon
2.1.0
Coin3D volume rendering library
|
The SoObliqueSliceDetail contains details of a pick operation on SoObliqueSlice geometry. More...
#include <VolumeViz/details/SoObliqueSliceDetail.h>
Public Member Functions | |
virtual SoDetail * | copy (void) const |
unsigned int | getValue (void) const |
const SbVec3s & | getValueDataPos (void) const |
const SbVec3f & | getValueObjectPos (void) const |
Static Public Member Functions | |
static void | initClass (void) |
The SoObliqueSliceDetail contains details of a pick operation on SoObliqueSlice geometry.
unsigned int SoObliqueSliceDetail::getValue | ( | void | ) | const |
Returns value of the picked voxel.
const SbVec3s & SoObliqueSliceDetail::getValueDataPos | ( | void | ) | const |
Returns coordinates of the voxel at the pick point, in the volume's voxel coordinate system.
const SbVec3f & SoObliqueSliceDetail::getValueObjectPos | ( | void | ) | const |
Returns unit coordinates of the pick point, in the volume's local coordinate system.