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