Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SoObliqueSliceDetail Class Reference

The SoObliqueSliceDetail contains details of a pick operation on SoObliqueSlice geometry. More...

#include <VolumeViz/details/SoObliqueSliceDetail.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 SoObliqueSlice
 

Detailed Description

The SoObliqueSliceDetail contains details of a pick operation on SoObliqueSlice geometry.

Since
SIM Voleon 2.0

Member Function Documentation

◆ getValueObjectPos()

const SbVec3f & SoObliqueSliceDetail::getValueObjectPos ( void  ) const

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

See also
getValueDataPos()

◆ getValueDataPos()

const SbVec3s & SoObliqueSliceDetail::getValueDataPos ( void  ) const

Returns coordinates of the voxel at the pick point, in the volume's voxel coordinate system.

See also
getValueObjectPos(), getValue()

◆ getValue()

unsigned int SoObliqueSliceDetail::getValue ( void  ) const

Returns value of the picked voxel.


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