#include "SMESH_SMESH.hxx"#include "SMDSAbs_ElementType.hxx"#include "SMESH_Comment.hxx"#include "SMESH_ComputeError.hxx"#include "SMESH_Hypothesis.hxx"#include <GeomAbs_Shape.hxx>#include <string>#include <vector>#include <list>#include <map>#include <set>

Go to the source code of this file.
Data Structures | |
| class | SMESH_Algo |
| Root of all algorithms. More... | |
| struct | SMESH_Algo::Features |
| Structure describing algorithm features. More... | |
| class | SMESH_0D_Algo |
| class | SMESH_1D_Algo |
| class | SMESH_2D_Algo |
| class | SMESH_3D_Algo |
Typedefs | |
| typedef std::map < SMESH_subMesh *, std::vector < int > > | MapShapeNbElems |
| typedef std::map < SMESH_subMesh *, std::vector < int > >::iterator | MapShapeNbElemsItr |
| typedef std::map< SMESH_subMesh*, std::vector<int> > MapShapeNbElems |
| typedef std::map< SMESH_subMesh*, std::vector<int> >::iterator MapShapeNbElemsItr |