SoOrthoSliceDetail - Man Page
The SoOrthoSliceDetail contains details of a pick operation on SoOrthoSlice geometry.
Synopsis
#include <VolumeViz/details/SoOrthoSliceDetail.h>
Inherits SoDetail.
Public Member Functions
virtual SoDetail * copy (void) const
const SbVec3f & getValueObjectPos (void) const
const SbVec3s & getValueDataPos (void) const
unsigned int getValue (void) const
Static Public Member Functions
static void initClass (void)
Friends
class SoOrthoSlice
Detailed Description
The SoOrthoSliceDetail contains details of a pick operation on SoOrthoSlice geometry.
Member Function Documentation
const SbVec3f & SoOrthoSliceDetail::getValueObjectPos (void ) const
Returns unit coordinates of the pick point, in the volume's local coordinate system.
- See also
getValueDataPos()
const SbVec3s & SoOrthoSliceDetail::getValueDataPos (void ) const
Returns coordinates of the voxel at the pick point, in the volume's voxel coordinate system.
- See also
getValueObjectPos(), getValue()
unsigned int SoOrthoSliceDetail::getValue (void ) const
Returns value of the picked voxel.
Author
Generated automatically by Doxygen for SIMVoleon from the source code.