#include <MeshVizXLM/MxMeshVizXLM.h>#include <MeshVizXLM/mesh/data/MiTypedDataSet.h>#include <MeshVizXLM/mesh/MiMeshIjk.h>Go to the source code of this file.
Classes | |
| class | MiDataSetIjk< _T > |
Generic data set interface for structured volume meshes. More... | |
Typedefs | |
| typedef MiDataSetIjk< double > | MiScalardSetIjk |
| Specialization for structured scalar sets containing double. | |
| typedef MiDataSetIjk< MbVec3d > | MiVec3dSetIjk |
| Specialization for structured vector sets containing MbVec3d. | |
| typedef MiDataSetIjk< std::string > | MiStringSetIjk |
| Specialization for structured string sets containing std::string. | |
Variables | |
| template class MESHVIZXLM_EXTR_API | MiDataSetIjk< double > |
| template class MESHVIZXLM_EXTR_API | MiDataSetIjk< MbVec3d > |
| template class MESHVIZXLM_EXTR_API MiDataSetIjk< double > |
Definition at line 75 of file MiDataSetIjk.h.
| template class MESHVIZXLM_EXTR_API MiDataSetIjk< MbVec3d > |
Definition at line 83 of file MiDataSetIjk.h.