#include "SMESH_Mesh.hxx"#include "SMESH_MesherHelper.hxx"#include "SMDS_MeshVolume.hxx"#include "SMDS_SetIterator.hxx"#include "SMESHDS_Document.hxx"#include "SMESHDS_Group.hxx"#include "SMESHDS_GroupOnGeom.hxx"#include "SMESHDS_Script.hxx"#include "SMESHDS_TSubMeshHolder.hxx"#include "SMESH_Gen.hxx"#include "SMESH_Group.hxx"#include "SMESH_HypoFilter.hxx"#include "SMESH_Hypothesis.hxx"#include "SMESH_subMesh.hxx"#include "utilities.h"#include "DriverDAT_W_SMDS_Mesh.h"#include "DriverGMF_Read.hxx"#include "DriverGMF_Write.hxx"#include "DriverMED_R_SMESHDS_Mesh.h"#include "DriverMED_W_SMESHDS_Mesh.h"#include "DriverSTL_R_SMDS_Mesh.h"#include "DriverSTL_W_SMDS_Mesh.h"#include "DriverUNV_R_SMDS_Mesh.h"#include "DriverUNV_W_SMDS_Mesh.h"#include <GEOMUtils.hxx>#include <BRepBndLib.hxx>#include <BRepPrimAPI_MakeBox.hxx>#include <Bnd_Box.hxx>#include <TColStd_MapOfInteger.hxx>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopTools_ListIteratorOfListOfShape.hxx>#include <TopTools_ListOfShape.hxx>#include <TopTools_MapOfShape.hxx>#include <TopoDS_Iterator.hxx>#include "SMESH_TryCatch.hxx"#include "Utils_ExceptHandlers.hxx"#include <boost/thread/thread.hpp>#include <boost/bind.hpp>
Data Structures | |
| class | SMESH_Mesh::SubMeshHolder |
Macros | |
| #define | MAX_MED_GROUP_NAME_LENGTH 80 |
| #define | cSMESH_Hyp(h) static_cast<const SMESH_Hypothesis*>(h) |
Typedefs | |
| typedef SMESH_HypoFilter | THypType |
Variables | |
| static int | MYDEBUG = 0 |
| #define cSMESH_Hyp | ( | h | ) | static_cast<const SMESH_Hypothesis*>(h) |
| #define MAX_MED_GROUP_NAME_LENGTH 80 |
Referenced by SMESH::SMESH_Mesh::HasDuplicatedGroupNamesMED().
| typedef SMESH_HypoFilter THypType |
|
static |