Class SoDataMeasure
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.misc.SoBase
-
- com.openinventor.inventor.fields.SoFieldContainer
-
- com.openinventor.imageviz.nodes.measures.SoDataMeasure
-
- All Implemented Interfaces:
SafeDisposable
- Direct Known Subclasses:
SoDataMeasureCustom
,SoDataMeasurePredefined
public abstract class SoDataMeasure extends SoFieldContainer
Abstract base class for all ImageViz image data measures.SoAnalyzeQuantification, SoAnalyzeFilterQuantification,
SoGlobalAnalysisQuantification
,SoFilterByMeasureProcessing
,SoSieveLabelingProcessing
,SoAdaptiveThresholdingProcessing
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoDataMeasure.ResultFormats
The "result format" is the type of the output of a measure computation.static class
SoDataMeasure.UnitDimensions
"Unit dimension" is used to categorize the resulting unit of a measure.-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoDataMeasure.ResultFormats
getFormat()
Returns the "result format" of the result data.java.lang.String
getMeasureName()
Returns the name of this measure.SoDataMeasure.UnitDimensions
getUnitDimension()
Returns the "unit dimension" of the result data.-
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
-
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
-
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
-
-
-
Method Detail
-
getFormat
public SoDataMeasure.ResultFormats getFormat()
Returns the "result format" of the result data.
-
getUnitDimension
public SoDataMeasure.UnitDimensions getUnitDimension()
Returns the "unit dimension" of the result data.
-
getMeasureName
public java.lang.String getMeasureName()
Returns the name of this measure. This name can be then used in custom measure formula
-
-