Class SoObjectVolumeQuantification.SbObjectVolumeDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoObjectVolumeQuantification.SbObjectVolumeDetail
-
- Enclosing class:
- SoObjectVolumeQuantification
@Deprecated(since="2023.2") public static class SoObjectVolumeQuantification.SbObjectVolumeDetail extends Inventor
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.Results details of object 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 SbObjectVolumeDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbObjectVolumeDetail(analysis, (int)0).SbObjectVolumeDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description float
getObjectVolume()
Deprecated.The volume of objects within the volume of interest, expressed in calibration unit with dimension 3.long
getVoxelNumber()
Deprecated.The number of voxels of objects.void
setValue(SoObjectVolumeQuantification.SbObjectVolumeDetail copyFrom)
Deprecated.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbObjectVolumeDetail
public SbObjectVolumeDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbObjectVolumeDetail(analysis, (int)0).
-
SbObjectVolumeDetail
public SbObjectVolumeDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
-
Method Detail
-
getObjectVolume
public float getObjectVolume()
Deprecated.The volume of objects within the volume of interest, expressed in calibration unit with dimension 3. [BV]
-
setValue
public void setValue(SoObjectVolumeQuantification.SbObjectVolumeDetail copyFrom)
Deprecated.
-
getVoxelNumber
public long getVoxelNumber()
Deprecated.The number of voxels of objects.
-
-