Class SoLocalMaximaQuantification.SbLocalMaximaDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.statistics.SoLocalMaximaQuantification.SbLocalMaximaDetail
-
- Enclosing class:
- SoLocalMaximaQuantification
public static class SoLocalMaximaQuantification.SbLocalMaximaDetail extends Inventor
Results details ofSoLocalMaximaQuantification
.
-
-
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 SbLocalMaximaDetail(SoImageAnalysisResult analysis)
Calls SbLocalMaximaDetail(analysis, (int)0).SbLocalMaximaDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getPositionX()
The X position of the maxima.float
getPositionY()
The Y position of the maxima.float
getPositionZ()
The Z position of the maxima.float
getValue()
The value of maxima.void
setValue(SoLocalMaximaQuantification.SbLocalMaximaDetail copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbLocalMaximaDetail
public SbLocalMaximaDetail(SoImageAnalysisResult analysis)
Calls SbLocalMaximaDetail(analysis, (int)0).
-
SbLocalMaximaDetail
public SbLocalMaximaDetail(SoImageAnalysisResult analysis, int sequenceIndex)
-
-
Method Detail
-
getPositionY
public float getPositionY()
The Y position of the maxima.
-
setValue
public void setValue(SoLocalMaximaQuantification.SbLocalMaximaDetail copyFrom)
-
getPositionZ
public float getPositionZ()
The Z position of the maxima.
-
getPositionX
public float getPositionX()
The X position of the maxima.
-
getValue
public float getValue()
The value of maxima.
-
-