#include "SMESH_Mesh.hxx"#include "SMESH_subMesh.hxx"#include "SMESH_Gen.hxx"#include "SMESH_Hypothesis.hxx"#include "SMESH_Group.hxx"#include "SMESH_HypoFilter.hxx"#include "SMESHDS_Group.hxx"#include "SMESHDS_Script.hxx"#include "SMESHDS_GroupOnGeom.hxx"#include "SMESHDS_Document.hxx"#include "SMDS_MeshVolume.hxx"#include "SMDS_SetIterator.hxx"#include "utilities.h"#include "DriverMED_W_SMESHDS_Mesh.h"#include "DriverDAT_W_SMDS_Mesh.h"#include "DriverUNV_W_SMDS_Mesh.h"#include "DriverSTL_W_SMDS_Mesh.h"#include "DriverMED_R_SMESHDS_Mesh.h"#include "DriverUNV_R_SMDS_Mesh.h"#include "DriverSTL_R_SMDS_Mesh.h"#include <BRepBndLib.hxx>#include <BRepPrimAPI_MakeBox.hxx>#include <Bnd_Box.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 "Utils_ExceptHandlers.hxx"
Go to the source code of this file.
Defines | |
| #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) |
Definition at line 76 of file SMESH_Mesh.cxx.
Referenced by SMESH_Mesh.GetHypotheses().
| #define MAX_MED_GROUP_NAME_LENGTH 80 |
Definition at line 68 of file SMESH_Mesh.cxx.
Referenced by SMESH.SMESH_Mesh.HasDuplicatedGroupNamesMED().
| typedef SMESH_HypoFilter THypType |
Definition at line 78 of file SMESH_Mesh.cxx.
Definition at line 73 of file SMESH_Mesh.cxx.
Referenced by SMESH_Mesh.AddHypothesis(), SMESH.SMESH_Mesh.ClearLog(), SMESH_Mesh.GetLog(), SMESH_Mesh.GetSubMeshUsingHypothesis(), SMESH_Mesh.IsNotConformAllowed(), SMESH_Mesh.MEDToMesh(), SMESH_Mesh.RemoveHypothesis(), SMESHDS_Mesh.ShapeToMesh(), SMESH_Mesh.STLToMesh(), and SMESH_Mesh.UNVToMesh().