Version: 9.16.0
SMESH_Algo.hxx File Reference
#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 <TopoDS_Shape.hxx>
#include <string>
#include <vector>
#include <list>
#include <map>
#include <set>
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
 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< smIdType > > MapShapeNbElems
 
typedef std::map< SMESH_subMesh *, std::vector< smIdType > >::iterator MapShapeNbElemsItr
 

Typedef Documentation

◆ MapShapeNbElems

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

◆ MapShapeNbElemsItr

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