23#ifndef  _MICELLEXTRACTIJ_H 
   24#define  _MICELLEXTRACTIJ_H 
   26#include <MeshVizXLM/mesh/data/MiDataSetI.h> 
   27#include <MeshVizXLM/mesh/data/MiDataSetIj.h> 
   28#include <MeshVizXLM/extractors/MiBaseExtractor.h> 
   29#include <MeshVizXLM/extrmesh/data/MeXDataSetI.h> 
   31#include <MeshVizXLM/mesh/MiSurfaceMeshRegular.h> 
   32#include <MeshVizXLM/mesh/MiSurfaceMeshRectilinear.h> 
   33#include <MeshVizXLM/mesh/MiSurfaceMeshCurvilinear.h> 
   34#include <MeshVizXLM/extrmesh/MeXSurfaceMeshUnstructured.h> 
   35#include <MeshVizXLM/tessellator/MiTessellator.h> 
   37#include <Inventor/STL/vector> 
   80    { 
return (t1.
i==t2.
i && t1.
j==t2.
j);}
 
 
   83    { 
return (t1.
i<t2.
i || (t1.
i==t2.
i && t1.
j<t2.
j)); }
 
 
 
 
 
 
 
<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> Curvilinear surface mesh...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rectilinear surface mesh...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Regular surface mesh abs...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract tessellator int...
MiDataSetIj< std::string > MiStringSetIj
Specialization for structured string sets containing std::string.
MiDataSetIj< MbVec3d > MiVec3dSetIj
Specialization for structured vector sets containing MbVec3d.
MiDataSetIj< double > MiScalardSetIj
Specialization for structured scalar sets containing double.