#include "StdMeshers_RadialPrism_3D.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 <BRepTools.hxx>#include <BRep_Tool.hxx>#include <TopExp_Explorer.hxx>#include <TopoDS.hxx>#include <TopoDS_Shell.hxx>#include <TopoDS_Solid.hxx>#include <TopTools_MapOfShape.hxx>#include <gp.hxx>#include <gp_Pnt.hxx>
Go to the source code of this file.
Data Structures | |
| class | TNodeDistributor |
| Class computing layers distribution using data of StdMeshers_LayerDistribution hypothesis. More... | |
Defines | |
| #define | RETURN_BAD_RESULT(msg) { MESSAGE(")-: Error: " << msg); return false; } |
| #define | gpXYZ(n) gp_XYZ(n->X(),n->Y(),n->Z()) |
Typedefs | |
| typedef StdMeshers_ProjectionUtils | TAssocTool |
| #define gpXYZ | ( | n | ) | gp_XYZ(n->X(),n->Y(),n->Z()) |
Definition at line 62 of file StdMeshers_RadialPrism_3D.cxx.
Referenced by StdMeshers_RadialPrism_3D.makeNodeColumn().
| #define RETURN_BAD_RESULT | ( | msg | ) | { MESSAGE(")-: Error: " << msg); return false; } |
Definition at line 61 of file StdMeshers_RadialPrism_3D.cxx.
Referenced by StdMeshers_RadialQuadrangle_1D2D.computeLayerPositions().
| typedef StdMeshers_ProjectionUtils TAssocTool |
Definition at line 64 of file StdMeshers_RadialPrism_3D.cxx.