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