Classes | |
class | MiDataSet |
Generic data set interface. More... | |
class | MiDataSetI< _T > |
Generic data set interface for unstructured meshes. More... | |
class | MiDataSetIj< _T > |
Generic data set interface for structured surface meshes. More... | |
class | MiDataSetIjk< _T > |
Generic data set interface for structured volume meshes. More... | |
class | MiTypedDataSet< _T > |
Generic typed data set interface. More... | |
Typedefs | |
typedef MiDataSetI< double > | MiScalardSetI |
typedef MiDataSetI< MbVec3d > | MiVec3dSetI |
typedef MiDataSetI< std::string > | MiStringSetI |
typedef MiDataSetIj< double > | MiScalardSetIj |
typedef MiDataSetIj< MbVec3d > | MiVec3dSetIj |
typedef MiDataSetIj< std::string > | MiStringSetIj |
typedef MiDataSetIjk< double > | MiScalardSetIjk |
typedef MiDataSetIjk< MbVec3d > | MiVec3dSetIjk |
typedef MiDataSetIjk< std::string > | MiStringSetIjk |
typedef MiTypedDataSet< double > | MiScalardSet |
typedef MiTypedDataSet< MbVec3d > | MiVec3dSet |
typedef MiTypedDataSet < std::string > | MiStringSet |
typedef MiTypedDataSet<double> MiScalardSet |
Specialization for scalar sets containing double.
typedef MiDataSetI<double> MiScalardSetI |
Specialization for unstructured scalar sets containing double.
typedef MiDataSetIj<double> MiScalardSetIj |
Specialization for structured scalar sets containing double.
typedef MiDataSetIjk<double> MiScalardSetIjk |
Specialization for structured scalar sets containing double.
typedef MiTypedDataSet<std::string> MiStringSet |
Specialization for string sets containing std::string.
typedef MiDataSetI<std::string> MiStringSetI |
Specialization for unstructured string sets containing std::string.
typedef MiDataSetIj<std::string> MiStringSetIj |
Specialization for structured string sets containing std::string.
typedef MiDataSetIjk<std::string> MiStringSetIjk |
Specialization for structured string sets containing std::string.
typedef MiTypedDataSet<MbVec3d> MiVec3dSet |
Specialization for vector sets containing MbVec3d.
typedef MiDataSetI<MbVec3d> MiVec3dSetI |
Specialization for unstructured vector sets containing MbVec3d.
typedef MiDataSetIj<MbVec3d> MiVec3dSetIj |
Specialization for structured vector sets containing MbVec3d.
typedef MiDataSetIjk<MbVec3d> MiVec3dSetIjk |
Specialization for structured vector sets containing MbVec3d.