SIMVoleon  2.1.0
Coin3D volume rendering library
Loading...
Searching...
No Matches
SoOrthoSliceDetail Class Reference

The SoOrthoSliceDetail contains details of a pick operation on SoOrthoSlice geometry. More...

#include <VolumeViz/details/SoOrthoSliceDetail.h>

Inheritance diagram for SoOrthoSliceDetail:
SoDetail

Public Member Functions

virtual SoDetailcopy (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)
 

Detailed Description

The SoOrthoSliceDetail contains details of a pick operation on SoOrthoSlice geometry.

Member Function Documentation

◆ getValue()

unsigned int SoOrthoSliceDetail::getValue ( void ) const

Returns value of the picked voxel.

◆ 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()

◆ getValueObjectPos()

const SbVec3f & SoOrthoSliceDetail::getValueObjectPos ( void ) const

Returns unit coordinates of the pick point, in the volume's local coordinate system.

See also
getValueDataPos()

The documentation for this class was generated from the following files: