Uses of Class
com.openinventor.imageviz.nodes.measures.SoDataMeasure.ResultFormats
-
Packages that use SoDataMeasure.ResultFormats Package Description com.openinventor.imageviz.nodes.analysis com.openinventor.imageviz.nodes.measures Introduction -
-
Uses of SoDataMeasure.ResultFormats in com.openinventor.imageviz.nodes.analysis
Methods in com.openinventor.imageviz.nodes.analysis that return SoDataMeasure.ResultFormats Modifier and Type Method Description SoDataMeasure.ResultFormats
SoLabelAnalysisResult. getMeasureFormat(int measureIndex)
Returns the measure format of the given resulting measure index. -
Uses of SoDataMeasure.ResultFormats in com.openinventor.imageviz.nodes.measures
Methods in com.openinventor.imageviz.nodes.measures that return SoDataMeasure.ResultFormats Modifier and Type Method Description SoDataMeasure.ResultFormats
SoDataMeasure. getFormat()
Returns the "result format" of the result data.static SoDataMeasure.ResultFormats
SoDataMeasure.ResultFormats. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoDataMeasure.ResultFormats
SoDataMeasure.ResultFormats. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoDataMeasure.ResultFormats[]
SoDataMeasure.ResultFormats. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-