#include "StdMeshers_RadialPrism_3D.hxx"
#include <Basics_OCCTVersion.hxx>
#include "StdMeshers_ProjectionUtils.hxx"
#include "StdMeshers_NumberOfLayers.hxx"
#include "StdMeshers_LayerDistribution.hxx"
#include "StdMeshers_Prism_3D.hxx"
#include "StdMeshers_Regular_1D.hxx"
#include "SMDS_MeshNode.hxx"
#include "SMESHDS_SubMesh.hxx"
#include "SMESH_Gen.hxx"
#include "SMESH_Mesh.hxx"
#include "SMESH_MesherHelper.hxx"
#include "SMESH_subMesh.hxx"
#include "utilities.h"
#include <BRepAdaptor_Curve.hxx>
#include <BRepBuilderAPI_MakeEdge.hxx>
#include <BRep_Tool.hxx>
#include <TopExp_Explorer.hxx>
#include <TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx>
#include <TopTools_MapOfShape.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Shell.hxx>
#include <TopoDS_Solid.hxx>
#include <gp.hxx>
#include <gp_Pnt.hxx>
#include <BRepClass3d.hxx>
Data Structures | |
class | TNodeDistributor |
Class computing layers distribution using data of StdMeshers_LayerDistribution hypothesis. More... | |
Macros | |
#define | RETURN_BAD_RESULT(msg) { MESSAGE(")-: Error: " << msg); return false; } |
#define | gpXYZ(n) gp_XYZ(n->X(),n->Y(),n->Z()) |
#define gpXYZ | ( | n | ) | gp_XYZ(n->X(),n->Y(),n->Z()) |
Referenced by StdMeshers_RadialPrism_3D::makeNodeColumn().
#define RETURN_BAD_RESULT | ( | msg | ) | { MESSAGE(")-: Error: " << msg); return false; } |