Go to the source code of this file.
Classes | |
| class | MiDataSetI< _T > |
Generic data set interface for unstructured meshes. More... | |
Typedefs | |
| typedef MiDataSetI< double > | MiScalardSetI |
| Specialization for unstructured scalar sets containing double. | |
| typedef MiDataSetI< MbVec3d > | MiVec3dSetI |
| Specialization for unstructured vector sets containing MbVec3d. | |
| typedef MiDataSetI< std::string > | MiStringSetI |
| Specialization for unstructured string sets containing std::string. | |
Variables | |
| template class MESHVIZXLM_EXTR_API | MiDataSetI< double > |
| template class MESHVIZXLM_EXTR_API | MiDataSetI< MbVec3d > |
| template class MESHVIZXLM_EXTR_API MiDataSetI< double > |
Definition at line 50 of file MiDataSetI.h.
| template class MESHVIZXLM_EXTR_API MiDataSetI< MbVec3d > |
Definition at line 58 of file MiDataSetI.h.