Package | Description |
---|---|
com.openinventor.imageviz.fields | |
com.openinventor.imageviz.nodes.measures |
|
Modifier and Type | Method and Description |
---|---|
SoDataMeasure |
SoMFDataMeasure.findMeasureByName(java.lang.String measureName)
Find the first measure with the given measure name.
|
SoDataMeasure |
SoMFDataMeasure.get1Value(int i)
Deprecated.
|
SoDataMeasure |
SoSFDataMeasure.getValue()
Returns current value.
|
SoDataMeasure |
SoMFDataMeasure.getValueAt(int i) |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and 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.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com