SALOME - SMESH
SMESH_Algo.hxx File Reference
#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>
Include dependency graph for SMESH_Algo.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ MapShapeNbElems

typedef std::map< SMESH_subMesh*, std::vector<int> > MapShapeNbElems

Definition at line 55 of file SMESH_Algo.hxx.

◆ MapShapeNbElemsItr

typedef std::map< SMESH_subMesh*, std::vector<int> >::iterator MapShapeNbElemsItr

Definition at line 59 of file SMESH_Algo.hxx.