Class SoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.morphometry.SoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail
-
- Enclosing class:
- SoDegreeOfAnisotropyQuantification
public static class SoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail extends Inventor
Results details of degree of anisotropy 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 SbAnisotropyDegreeDetail(SoImageAnalysisResult analysis)
Calls SbAnisotropyDegreeDetail(analysis, (int)0).SbAnisotropyDegreeDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAnisotropyDegree()
The degree of anisotropy of object, value with no dimension.void
setValue(SoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbAnisotropyDegreeDetail
public SbAnisotropyDegreeDetail(SoImageAnalysisResult analysis)
Calls SbAnisotropyDegreeDetail(analysis, (int)0).
-
SbAnisotropyDegreeDetail
public SbAnisotropyDegreeDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
setValue
public void setValue(SoDegreeOfAnisotropyQuantification.SbAnisotropyDegreeDetail copyFrom)
-
getAnisotropyDegree
public float getAnisotropyDegree()
The degree of anisotropy of object, value with no dimension. [DA]
-
-