Class SoObjectSurfaceDensityQuantification.SbObjectSurfaceDensityDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoObjectSurfaceDensityQuantification.SbObjectSurfaceDensityDetail
-
- Enclosing class:
- SoObjectSurfaceDensityQuantification
@Deprecated(since="2023.2") public static class SoObjectSurfaceDensityQuantification.SbObjectSurfaceDensityDetail extends Inventor
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.Results details of object surface density 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 SbObjectSurfaceDensityDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbObjectSurfaceDensityDetail(analysis, (int)0).SbObjectSurfaceDensityDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description float
getSurfaceDensity()
Deprecated.The ratio of binarised object surface to total volume, expressed in calibration unit with dimension -1.void
setValue(SoObjectSurfaceDensityQuantification.SbObjectSurfaceDensityDetail copyFrom)
Deprecated.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbObjectSurfaceDensityDetail
public SbObjectSurfaceDensityDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbObjectSurfaceDensityDetail(analysis, (int)0).
-
SbObjectSurfaceDensityDetail
public SbObjectSurfaceDensityDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
-
Method Detail
-
setValue
public void setValue(SoObjectSurfaceDensityQuantification.SbObjectSurfaceDensityDetail copyFrom)
Deprecated.
-
getSurfaceDensity
public float getSurfaceDensity()
Deprecated.The ratio of binarised object surface to total volume, expressed in calibration unit with dimension -1. [BS/TV]
-
-