Interface MeXDataSetIj
-
- All Superinterfaces:
MiDataSet
,MiDataSetIj
- All Known Subinterfaces:
MeXScalardSetIj
,MeXStringSetIj
,MeXVec3dSetIj
public interface MeXDataSetIj extends MiDataSetIj
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getSizeI()
Returns the number of elements in the data set along the first logical axis.long
getSizeJ()
Returns the number of elements in the data set along the second logical axis.-
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 Detail
-
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
-
-