Interface MeXScalardSet
- All Superinterfaces:
MiDataSet
- All Known Subinterfaces:
MeXScalardSetI
,MeXScalardSetIj
Extracted scalar set interface.
An interface for an extracted scalar set with boundaries (min and max) returned by any extract of a mesh.
-
Method Summary
Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSet
getBinding, getName, getTimeStamp
-
Method Details
-
getMin
Gets the minimum value of this scalar set.- Returns:
- the minimum value
- Throws:
MeEmptyDataSetException
- if extracted data set is empty.
-
getMax
Gets the maximum value of this scalar set.- Returns:
- the maximum value
- Throws:
MeEmptyDataSetException
- if extracted data set is empty.
-
getMean
Returns the mean value of this scalar set.- Returns:
- the mean value
- Throws:
MeEmptyDataSetException
- if extracted data set is empty.
-
getStandardDeviation
Returns the standard deviation value of this scalar set.- Returns:
- the standard deviation
- Throws:
MeEmptyDataSetException
- if extracted data set is empty.
-