Class SoCurvatureIntegralsQuantification3d.SbCurvatureIntegralsDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.globalmeasures.SoCurvatureIntegralsQuantification3d.SbCurvatureIntegralsDetail
-
- Enclosing class:
- SoCurvatureIntegralsQuantification3d
@Deprecated(since="2023.2") public static class SoCurvatureIntegralsQuantification3d.SbCurvatureIntegralsDetail extends Inventor
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.Results details of curvature integrals.
-
-
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 SbCurvatureIntegralsDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbCurvatureIntegralsDetail(analysis, (int)0).SbCurvatureIntegralsDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description float
getMeanCurvature()
Deprecated.The integral mean curvature value.float
getTotalCurvature()
Deprecated.The integral total curvature value.void
setValue(SoCurvatureIntegralsQuantification3d.SbCurvatureIntegralsDetail copyFrom)
Deprecated.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbCurvatureIntegralsDetail
public SbCurvatureIntegralsDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbCurvatureIntegralsDetail(analysis, (int)0).
-
SbCurvatureIntegralsDetail
public SbCurvatureIntegralsDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
-
Method Detail
-
getTotalCurvature
public float getTotalCurvature()
Deprecated.The integral total curvature value.
-
setValue
public void setValue(SoCurvatureIntegralsQuantification3d.SbCurvatureIntegralsDetail copyFrom)
Deprecated.
-
getMeanCurvature
public float getMeanCurvature()
Deprecated.The integral mean curvature value.
-
-