Interface MeXDataSetI
- All Superinterfaces:
MiDataSet
,MiDataSetI
- All Known Subinterfaces:
MeXScalardSetI
,MeXStringSetI
,MeXVec3dSetI
Generic data set interface for extracted unstructured meshes.
A generic interface for data sets returned by any extract of unstructured mesh.
-
Method Summary
Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSet
getBinding, getName, getTimeStamp
-
Method Details
-
getSize
long getSize()Returns the number of elements in the data set.- Returns:
- the size of this data set
-