Class SoImageVolumeQuantification.SbImageVolumeDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoImageVolumeQuantification.SbImageVolumeDetail
-
- Enclosing class:
- SoImageVolumeQuantification
public static class SoImageVolumeQuantification.SbImageVolumeDetail extends Inventor
Results details of total volume global measure.
-
-
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 Constructor Description SbImageVolumeDetail(SoImageAnalysisResult analysis)
Calls SbImageVolumeDetail(analysis, (int)0).SbImageVolumeDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getVolumeOfInterest()
The total volume of the volume of interest, expressed in calibration unit with dimension 3.long
getVoxelNumber()
The number of voxels of the volume of interest.void
setValue(SoImageVolumeQuantification.SbImageVolumeDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbImageVolumeDetail
public SbImageVolumeDetail(SoImageAnalysisResult analysis)
Calls SbImageVolumeDetail(analysis, (int)0).
-
SbImageVolumeDetail
public SbImageVolumeDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
getVolumeOfInterest
public float getVolumeOfInterest()
The total volume of the volume of interest, expressed in calibration unit with dimension 3. [TV]
-
setValue
public void setValue(SoImageVolumeQuantification.SbImageVolumeDetail copyFrom)
-
getVoxelNumber
public long getVoxelNumber()
The number of voxels of the volume of interest.
-
-