Class SoObliqueSliceDetail
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.details.SoDetail
com.openinventor.volumeviz.details.SoSliceDetail
com.openinventor.volumeviz.details.SoObliqueSliceDetail
Stores detail information about a picked voxel on an oblique slice.
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:
- If multiple volumes are being combined under an
SoMultiDataSeparator
, the detail class only returns values for the first volume in the scene graph.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.openinventor.volumeviz.details.SoSliceDetail
getValue, getValueD, getValueDataPos, getValueObjectPos, setDetails
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
SoObliqueSliceDetail
public SoObliqueSliceDetail()Constructor.
-
-
Method Details
-
copy
Returns an instance that is a copy of this instance. The caller is responsible for deleting the copy when it is no longer needed.- Overrides:
copy
in classSoSliceDetail
-