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
@Deprecated(since="2023.2") public abstract class SoDataMeasure extends SoFieldContainer
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.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
Deprecated.The "result format" is the type of the output of a measure computation.static class
SoDataMeasure.UnitDimensions
Deprecated."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 Deprecated Methods Modifier and Type Method Description SoDataMeasure.ResultFormats
getFormat()
Deprecated.Returns the "result format" of the result data.java.lang.String
getMeasureName()
Deprecated.Returns the name of this measure.SoDataMeasure.UnitDimensions
getUnitDimension()
Deprecated.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()
Deprecated.Returns the "result format" of the result data.
-
getUnitDimension
public SoDataMeasure.UnitDimensions getUnitDimension()
Deprecated.Returns the "unit dimension" of the result data.
-
getMeasureName
public java.lang.String getMeasureName()
Deprecated.Returns the name of this measure. This name can be then used in custom measure formula
-
-