Class SoAverageObjectThicknessQuantification3d.SbAverageObjectThicknessDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoAverageObjectThicknessQuantification3d.SbAverageObjectThicknessDetail
-
- Enclosing class:
- SoAverageObjectThicknessQuantification3d
public static class SoAverageObjectThicknessQuantification3d.SbAverageObjectThicknessDetail extends Inventor
Results details of average object thickness 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 SbAverageObjectThicknessDetail(SoImageAnalysisResult analysis)
Calls SbAverageObjectThicknessDetail(analysis, (int)0).SbAverageObjectThicknessDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getObjectThickness()
The estimation of the object thickness, expressed in calibration unit with dimension 1.void
setValue(SoAverageObjectThicknessQuantification3d.SbAverageObjectThicknessDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbAverageObjectThicknessDetail
public SbAverageObjectThicknessDetail(SoImageAnalysisResult analysis)
Calls SbAverageObjectThicknessDetail(analysis, (int)0).
-
SbAverageObjectThicknessDetail
public SbAverageObjectThicknessDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
setValue
public void setValue(SoAverageObjectThicknessQuantification3d.SbAverageObjectThicknessDetail copyFrom)
-
getObjectThickness
public float getObjectThickness()
The estimation of the object thickness, expressed in calibration unit with dimension 1. [Tb.Th]
-
-