#include "StdMeshers_ProjectionUtils.hxx"#include "SMDS_EdgePosition.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESH_Algo.hxx"#include "SMESH_Block.hxx"#include "SMESH_Gen.hxx"#include "SMESH_HypoFilter.hxx"#include "SMESH_Hypothesis.hxx"#include "SMESH_Mesh.hxx"#include "SMESH_MeshAlgos.hxx"#include "SMESH_MesherHelper.hxx"#include "SMESH_subMesh.hxx"#include "SMESH_subMeshEventListener.hxx"#include "StdMeshers_ProjectionSource1D.hxx"#include "StdMeshers_ProjectionSource2D.hxx"#include "StdMeshers_ProjectionSource3D.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 <Geom2d_Curve.hxx>#include <Geom_Curve.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 <math_Gauss.hxx>#include <numeric>#include <limits>
Namespaces | |
| namespace | StdMeshers_ProjectionUtils | 
| Methods common to Projection algorithms.  | |
Macros | |
| #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 CONT_BAD_RESULT | ( | msg | ) | { MESSAGE(")-: Error: " << msg); continue; } | 
Referenced by StdMeshers_ProjectionUtils::FindFaceAssociation().
| #define RETURN_BAD_RESULT | ( | msg | ) | { MESSAGE(")-: Error: " << msg); return false; } | 
| #define SHOW_LIST | ( | msg, | |
| l | |||
| ) | 
| #define SHOW_SHAPE | ( | v, | |
| msg | |||
| ) | 
Referenced by StdMeshers_ProjectionUtils::InsertAssociation().