Interface MiScalardSetIjk
-
- All Superinterfaces:
MiDataSet
,MiDataSetIjk
public interface MiScalardSetIjk extends MiDataSetIjk
Scalar set interface for structured volume meshes.An interface for a scalar set usable in any extract of a structured volume mesh.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
get(int i, int j, int k)
Returns the value of this scalar set at the specified position.-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSet
getBinding, getName, getTimeStamp
-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSetIjk
getStorageLayout
-
-