Class SoInertiaMomentProcessing2d.SbMeanInertiaMomentDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoInertiaMomentProcessing2d.SbMeanInertiaMomentDetail
-
- Enclosing class:
- SoInertiaMomentProcessing2d
@Deprecated(since="2023.2") public static class SoInertiaMomentProcessing2d.SbMeanInertiaMomentDetail extends Inventor
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.Results details of mean inertia moment 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 SbMeanInertiaMomentDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbMeanInertiaMomentDetail(analysis, (int)0).SbMeanInertiaMomentDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description float
getMeanMoment()
Deprecated.The mean polar moment of inertia, expressed in square pixels.void
setValue(SoInertiaMomentProcessing2d.SbMeanInertiaMomentDetail copyFrom)
Deprecated.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbMeanInertiaMomentDetail
public SbMeanInertiaMomentDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbMeanInertiaMomentDetail(analysis, (int)0).
-
SbMeanInertiaMomentDetail
public SbMeanInertiaMomentDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
-
Method Detail
-
setValue
public void setValue(SoInertiaMomentProcessing2d.SbMeanInertiaMomentDetail copyFrom)
Deprecated.
-
getMeanMoment
public float getMeanMoment()
Deprecated.The mean polar moment of inertia, expressed in square pixels. [MMI]
-
-