Interface MeXDataSetIj
- All Superinterfaces:
MiDataSet
,MiDataSetIj
- All Known Subinterfaces:
MeXScalardSetIj
,MeXStringSetIj
,MeXVec3dSetIj
Generic data set interface for extracted structured surface meshes.
A generic interface for a data set returned by any extract of a structured surface mesh.
-
Method Summary
Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSet
getBinding, getName, getTimeStamp
Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSetIj
getStorageLayout
-
Method Details
-
getSizeI
long getSizeI()Returns the number of elements in the data set along the first logical axis.- Returns:
- the size of this data set along I axis
-
getSizeJ
long getSizeJ()Returns the number of elements in the data set along the second logical axis.- Returns:
- the size of this data set along J axis
-