Version: 9.12.0
SMESH_Mesh.hxx File Reference
#include "SMESH_SMESH.hxx"
#include "SMDSAbs_ElementType.hxx"
#include "SMESH_ComputeError.hxx"
#include "SMESH_Controls.hxx"
#include "SMESH_Hypothesis.hxx"
#include "SMESH_subMesh.hxx"
#include "SMDS_Iterator.hxx"
#include "Utils_SALOME_Exception.hxx"
#include <TopoDS_Shape.hxx>
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#include <TopTools_ListOfShape.hxx>
#include "MEDCouplingMemArray.hxx"
#include <map>
#include <list>
#include <vector>
#include <ostream>
#include <boost/filesystem.hpp>
#include <boost/thread.hpp>
Include dependency graph for SMESH_Mesh.hxx:

Go to the source code of this file.

Data Structures

class  SMESH_Mesh
 
struct  SMESH_Mesh::TooLargeForExport
 Exception thrown by Export*() in case if a mesh is too large for export due to limitation of a format. More...
 
struct  SMESH_Mesh::TCallUp
 

Typedefs

typedef std::set< int > TSetOfInt
 
typedef std::list< int > TListOfInt
 
typedef std::list< TListOfIntTListOfListOfInt
 

Typedef Documentation

◆ TListOfInt

typedef std::list<int> TListOfInt

◆ TListOfListOfInt

typedef std::list<TListOfInt> TListOfListOfInt

◆ TSetOfInt

typedef std::set<int> TSetOfInt