Interface MiScalardSetI
-
- All Superinterfaces:
MiDataSet
,MiDataSetI
- All Known Subinterfaces:
MeXScalardSetI
public interface MiScalardSetI extends MiDataSetI
Scalar set interface for unstructured meshes.An interface for a scalar set usable in any extract of an unstructured mesh.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
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
-
-