#include "StdMeshers_Projection_1D.hxx"#include "StdMeshers_ProjectionSource1D.hxx"#include "StdMeshers_ProjectionUtils.hxx"#include "SMDS_MeshNode.hxx"#include "SMDS_MeshElement.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESHDS_SubMesh.hxx"#include "SMESH_Mesh.hxx"#include "SMESH_MesherHelper.hxx"#include "SMESH_subMesh.hxx"#include "SMESH_subMeshEventListener.hxx"#include "SMESH_Gen.hxx"#include "SMESH_Comment.hxx"#include <BRepAdaptor_Curve.hxx>#include <BRep_Tool.hxx>#include <GCPnts_AbscissaPoint.hxx>#include <TopExp.hxx>#include <TopoDS.hxx>#include <gp_Pnt.hxx>#include <TopTools_ListIteratorOfListOfShape.hxx>#include "utilities.h"
Macros | |
| #define | RETURN_BAD_RESULT(msg) { MESSAGE(")-: Error: " << msg); return false; } |
| #define RETURN_BAD_RESULT | ( | msg | ) | { MESSAGE(")-: Error: " << msg); return false; } |