#include "StdMeshers_ProjectionUtils.hxx"#include "StdMeshers_ProjectionSource1D.hxx"#include "StdMeshers_ProjectionSource2D.hxx"#include "StdMeshers_ProjectionSource3D.hxx"#include "SMESH_Algo.hxx"#include "SMESH_Block.hxx"#include "SMESH_Gen.hxx"#include "SMESH_Hypothesis.hxx"#include "SMESH_Mesh.hxx"#include "SMESH_MesherHelper.hxx"#include "SMESH_subMesh.hxx"#include "SMESH_subMeshEventListener.hxx"#include "SMDS_EdgePosition.hxx"#include "utilities.h"#include <BRepAdaptor_Surface.hxx>#include <BRepTools.hxx>#include <BRepTools_WireExplorer.hxx>#include <BRep_Builder.hxx>#include <BRep_Tool.hxx>#include <Bnd_Box.hxx>#include <TopAbs.hxx>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopTools_Array1OfShape.hxx>#include <TopTools_DataMapIteratorOfDataMapOfShapeListOfShape.hxx>#include <TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx>#include <TopTools_IndexedMapOfShape.hxx>#include <TopTools_ListIteratorOfListOfShape.hxx>#include <TopTools_ListOfShape.hxx>#include <TopTools_MapOfShape.hxx>#include <TopoDS.hxx>#include <TopoDS_Compound.hxx>#include <TopoDS_Shape.hxx>#include <gp_Pnt.hxx>#include <gp_Vec.hxx>#include <numeric>
Go to the source code of this file.
Defines | |
| #define | RETURN_BAD_RESULT(msg) { MESSAGE(")-: Error: " << msg); return false; } |
| #define | CONT_BAD_RESULT(msg) { MESSAGE(")-: Error: " << msg); continue; } |
| #define | SHOW_SHAPE(v, msg) |
| #define | SHOW_LIST(msg, l) |
| #define | HERE StdMeshers_ProjectionUtils |
| #define CONT_BAD_RESULT | ( | msg | ) | { MESSAGE(")-: Error: " << msg); continue; } |
Definition at line 74 of file StdMeshers_ProjectionUtils.cxx.
Referenced by StdMeshers_ProjectionUtils.FindFaceAssociation().
| #define HERE StdMeshers_ProjectionUtils |
Definition at line 94 of file StdMeshers_ProjectionUtils.cxx.
| #define RETURN_BAD_RESULT | ( | msg | ) | { MESSAGE(")-: Error: " << msg); return false; } |
Definition at line 73 of file StdMeshers_ProjectionUtils.cxx.
Referenced by StdMeshers_ProjectionUtils.FindMatchingNodesOnFaces(), StdMeshers_ProjectionUtils.FindSubShapeAssociation(), and StdMeshers_ProjectionUtils.MakeComputed().
| #define SHOW_LIST | ( | msg, | |
| l | |||
| ) |
Definition at line 84 of file StdMeshers_ProjectionUtils.cxx.
| #define SHOW_SHAPE | ( | v, | |
| msg | |||
| ) |
Definition at line 75 of file StdMeshers_ProjectionUtils.cxx.
Referenced by StdMeshers_ProjectionUtils.InsertAssociation().