Stores detail information about a picked voxel on an oblique slice. More...
#include <VolumeViz/details/SoObliqueSliceDetail.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoObliqueSliceDetail () | |
virtual | ~SoObliqueSliceDetail () |
virtual SoDetail * | copy () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
A successful pick operation returns an SoPickedPoint object. If the picked geometry is an SoObliqueSlice, use the getDetail method and cast the result to this class to get extra information about the pick.
This class contains detail information about a picked voxel on an oblique slice. The information includes the position of the picked voxel in object coordinate space (X, Y, Z) and data coordinate space (I, J, K), as well as the value of the picked voxel.
Limitations:
SoDetail, SoSliceDetail, SoObliqueSlice
SoObliqueSliceDetail::SoObliqueSliceDetail | ( | ) |
Constructor.
virtual SoObliqueSliceDetail::~SoObliqueSliceDetail | ( | ) | [virtual] |
Destructor.
virtual SoDetail* SoObliqueSliceDetail::copy | ( | ) | const [virtual] |
Returns an instance that is a copy of this instance. The caller is responsible for deleting the copy when it is no longer needed.
Reimplemented from SoSliceDetail.
static SoType SoObliqueSliceDetail::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoSliceDetail.
virtual SoType SoObliqueSliceDetail::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoSliceDetail.