Version: 9.12.0
StdMeshers_ProjectionUtils.cxx File Reference
#include "StdMeshers_ProjectionUtils.hxx"
#include "SMDS_EdgePosition.hxx"
#include "SMDS_FacePosition.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_MeshEditor.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 <BRepMesh_Delaun.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>
Include dependency graph for StdMeshers_ProjectionUtils.cxx:

Namespaces

 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)   \
 

Macro Definition Documentation

◆ CONT_BAD_RESULT

#define CONT_BAD_RESULT (   msg)    { MESSAGE(")-: Error: " << msg); continue; }

◆ RETURN_BAD_RESULT

#define RETURN_BAD_RESULT (   msg)    { MESSAGE(")-: Error: " << msg); return false; }

◆ SHOW_LIST

#define SHOW_LIST (   msg,
 
)    \

◆ SHOW_SHAPE

#define SHOW_SHAPE (   v,
  msg 
)    \