Uses of Class
com.openinventor.imageviz.nodes.measures.SoDataMeasure
-
Packages that use SoDataMeasure Package Description com.openinventor.imageviz.fields com.openinventor.imageviz.nodes.measures Introduction -
-
Uses of SoDataMeasure in com.openinventor.imageviz.fields
Methods in com.openinventor.imageviz.fields that return SoDataMeasure Modifier and Type Method Description SoDataMeasure
SoMFDataMeasure. findMeasureByName(java.lang.String measureName)
Find the first measure with the given measure name.SoDataMeasure
SoSFDataMeasure. getValue()
Returns current value.SoDataMeasure
SoMFDataMeasure. getValueAt(int i)
Methods in com.openinventor.imageviz.fields with parameters of type SoDataMeasure Modifier and Type Method Description int
SoMFDataMeasure. find(SoDataMeasure targetValue)
Calls find(targetValue, false).int
SoMFDataMeasure. find(SoDataMeasure targetValue, boolean addIfNotFound)
Finds the given targetValue in the array and returns the index of that value.void
SoMFDataMeasure. set1Value(int index, SoDataMeasure newValue)
Sets the index'th value in the array to newValue.void
SoMFDataMeasure. setValue(SoDataMeasure newValue)
Sets the first value in the array to newValue, and deletes.void
SoMFDataMeasure. setValues(int start, SoDataMeasure[] newValues)
Sets num values starting at index start to the values. -
Uses of SoDataMeasure in com.openinventor.imageviz.nodes.measures
Subclasses of SoDataMeasure in com.openinventor.imageviz.nodes.measures Modifier and Type Class Description class
SoDataMeasureCustom
class to define a custom measure.class
SoDataMeasurePredefined
class that define the list of predefined measure that can be used on image data input.
-