|
SALOME - SMESH
|
#include "SMESH_SMESH.hxx"#include "SMESH_Hypothesis.hxx"#include "SMESH_ComputeError.hxx"#include "SMESH_Comment.hxx"#include <TopoDS_Shape.hxx>#include <TopoDS_Edge.hxx>#include <GeomAbs_Shape.hxx>#include <string>#include <vector>#include <list>#include <map>

Go to the source code of this file.
Data Structures | |
| class | SMESH_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 |
Definition at line 55 of file SMESH_Algo.hxx.
| typedef std::map< SMESH_subMesh*, std::vector<int> >::iterator MapShapeNbElemsItr |
Definition at line 59 of file SMESH_Algo.hxx.