23#ifndef _MICELLEXTRACTIJK_H
24#define _MICELLEXTRACTIJK_H
26#include <MeshVizXLM/mesh/data/MiDataSetI.h>
27#include <MeshVizXLM/mesh/data/MiDataSetIjk.h>
28#include <MeshVizXLM/extractors/MiBaseExtractor.h>
29#include <MeshVizXLM/extrmesh/data/MeXDataSetI.h>
31#include <MeshVizXLM/mesh/MiVolumeMeshRegular.h>
32#include <MeshVizXLM/mesh/MiVolumeMeshRectilinear.h>
33#include <MeshVizXLM/mesh/MiVolumeMeshCurvilinear.h>
34#include <MeshVizXLM/extrmesh/MeXSurfaceMeshUnstructured.h>
35#include <MeshVizXLM/tessellator/MiTessellator.h>
37#include <Inventor/STL/vector>
78 triplet(
size_t x,
size_t y,
size_t z):i(x),j(y),k(z) {}
85 {
return (t1.
i==t2.
i && t1.
j==t2.
j && t1.
k==t2.
k);}
88 {
return (t1.
i<t2.
i || (t1.
i==t2.
i && (t1.
j<t2.
j || (t1.
j==t2.
j && t1.
k<t2.
k)))); }
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic data set interfa...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Extracted unstructured s...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Interface class defining...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic data set interfa...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract tessellator int...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Curvilinear volume mesh ...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rectilinear volume mesh ...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Regular volume mesh abst...