Interface MiScalardSetI
- All Superinterfaces:
MiDataSet
,MiDataSetI
- All Known Subinterfaces:
MeXScalardSetI
Scalar set interface for unstructured meshes.
An interface for a scalar set usable in any extract of an unstructured mesh.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
get
(long i) Returns the value of this scalar set at the specified position.Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSet
getBinding, getName, getTimeStamp
-
Method Details
-
get
double get(long i) Returns the value of this scalar set at the specified position.- Parameters:
i
- index of the value to return- Returns:
- the value at the specified position in this scalar set
-