Uses of Interface
com.openinventor.meshvizxlm.mesh.data.MiDataSet
-
Packages that use MiDataSet Package Description com.openinventor.meshvizxlm.mapping.details Provides classes for detail information storage.com.openinventor.meshvizxlm.mesh.data Provides interfaces for data sets definition.com.openinventor.meshvizxlm.meshextracted.data Provides interfaces for extracted data sets definition. -
-
Uses of MiDataSet in com.openinventor.meshvizxlm.mapping.details
Methods in com.openinventor.meshvizxlm.mapping.details that return MiDataSet Modifier and Type Method Description MiDataSet
MoMeshDetail. getColorScalarSet()
Returns the associated color scalarset. -
Uses of MiDataSet in com.openinventor.meshvizxlm.mesh.data
Subinterfaces of MiDataSet in com.openinventor.meshvizxlm.mesh.data Modifier and Type Interface Description interface
MiDataSetI
Generic data set interface for unstructured meshes.interface
MiDataSetIj
Generic data set interface for structured surface meshes.interface
MiDataSetIjk
Generic data set interface for structured volume meshes.interface
MiScalardSetI
Scalar set interface for unstructured meshes.interface
MiScalardSetIj
Scalar set interface for structured surface meshes.interface
MiScalardSetIjk
Scalar set interface for structured volume meshes.interface
MiStringSet
String set interface.interface
MiStringSetI
String set interface for unstructured meshes.interface
MiStringSetIj
String set interface for structured surface meshes.interface
MiStringSetIjk
String set interface for structured volume meshes.interface
MiVec3dSetI
Vector set interface for unstructured meshes.interface
MiVec3dSetIj
Vector set interface for structured surface meshes.interface
MiVec3dSetIjk
Vector set interface for structured volume meshes. -
Uses of MiDataSet in com.openinventor.meshvizxlm.meshextracted.data
Subinterfaces of MiDataSet in com.openinventor.meshvizxlm.meshextracted.data Modifier and Type Interface Description interface
MeXDataSetI
Generic data set interface for extracted unstructured meshes.interface
MeXDataSetIj
Generic data set interface for extracted structured surface meshes.interface
MeXScalardSet
Extracted scalar set interface.interface
MeXScalardSetI
Scalar set interface for extracted unstructured meshes.interface
MeXScalardSetIj
Scalar set interface for extracted structured surface meshes.interface
MeXStringSet
Extracted string set interface.interface
MeXStringSetI
String set interface for extracted unstructured meshes.interface
MeXStringSetIj
String set interface for extracted structured surface meshes.interface
MeXVec3dSet
Extracted vector set interface.interface
MeXVec3dSetI
Vector set interface for extracted unstructured meshes.interface
MeXVec3dSetIj
Vector set interface for extracted structured surface meshes.
-