#include "StdMeshers_Projection_2D.hxx"#include "StdMeshers_ProjectionSource2D.hxx"#include "StdMeshers_ProjectionUtils.hxx"#include "StdMeshers_FaceSide.hxx"#include "SMDS_EdgePosition.hxx"#include "SMDS_FacePosition.hxx"#include "SMESHDS_Hypothesis.hxx"#include "SMESHDS_SubMesh.hxx"#include "SMESH_Block.hxx"#include "SMESH_Comment.hxx"#include "SMESH_Gen.hxx"#include "SMESH_Mesh.hxx"#include "SMESH_MesherHelper.hxx"#include "SMESH_Pattern.hxx"#include "SMESH_subMesh.hxx"#include "SMESH_subMeshEventListener.hxx"#include "utilities.h"#include <BRep_Tool.hxx>#include <Bnd_B2d.hxx>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopTools_ListIteratorOfListOfShape.hxx>#include <TopoDS.hxx>#include <gp_Ax2.hxx>#include <gp_Ax3.hxx>
Go to the source code of this file.
Defines | |
| #define | RETURN_BAD_RESULT(msg) { MESSAGE(")-: Error: " << msg); return false; } |
Typedefs | |
| typedef StdMeshers_ProjectionUtils | TAssocTool |
| #define RETURN_BAD_RESULT | ( | msg | ) | { MESSAGE(")-: Error: " << msg); return false; } |
Definition at line 62 of file StdMeshers_Projection_2D.cxx.
| typedef StdMeshers_ProjectionUtils TAssocTool |
Definition at line 64 of file StdMeshers_Projection_2D.cxx.