27#ifndef _SMESH_RadialPrism_3D_HXX_
28#define _SMESH_RadialPrism_3D_HXX_
50 const TopoDS_Shape& aShape,
62 static bool IsApplicable(
const TopoDS_Shape & aShape,
bool toCheckAll);
73 bool computeLayerPositions(
const gp_Pnt& pIn,
std::map< SMESH_subMesh *, std::vector< smIdType > > MapShapeNbElems
Definition: SMESH_Algo.hxx:63
#define STDMESHERS_EXPORT
Definition: SMESH_StdMeshers.hxx:38
Definition: SMDS_MeshNode.hxx:36
Definition: SMESH_Algo.hxx:511
virtual bool Evaluate(SMESH_Mesh &aMesh, const TopoDS_Shape &aShape, MapShapeNbElems &aResMap)=0
evaluates size of prospective mesh on a shape
virtual bool CheckHypothesis(SMESH_Mesh &aMesh, const TopoDS_Shape &aShape, SMESH_Hypothesis::Hypothesis_Status &aStatus)=0
Check hypothesis definition to mesh a shape.
virtual bool Compute(SMESH_Mesh &aMesh, const TopoDS_Shape &aShape)=0
Computes mesh on a shape.
Definition: SMESH_Gen.hxx:68
Hypothesis_Status
Definition: SMESH_Hypothesis.hxx:51
Definition: SMESH_Mesh.hxx:80
It helps meshers to add elements and provides other utilities.
Definition: SMESH_MesherHelper.hxx:84
This hypothesis is used by "Radial prism" algorithm.
Definition: StdMeshers_LayerDistribution.hxx:51
This hypothesis is used by "Radial prism" algorithm.
Definition: StdMeshers_NumberOfLayers.hxx:49
Definition: StdMeshers_RadialPrism_3D.hxx:44
std::vector< const SMDS_MeshNode * > TNodeColumn
Definition: StdMeshers_RadialPrism_3D.hxx:66
const StdMeshers_NumberOfLayers * myNbLayerHypo
Definition: StdMeshers_RadialPrism_3D.hxx:77
virtual bool IsApplicableToShape(const TopoDS_Shape &shape, bool toCheckAll) const
Return true if the algorithm can mesh a given shape.
Definition: StdMeshers_RadialPrism_3D.hxx:58
std::map< const SMDS_MeshNode *, TNodeColumn > TNode2ColumnMap
Definition: StdMeshers_RadialPrism_3D.hxx:67
SMESH_MesherHelper * myHelper
Definition: StdMeshers_RadialPrism_3D.hxx:79
std::vector< double > myLayerPositions
Definition: StdMeshers_RadialPrism_3D.hxx:80
const StdMeshers_LayerDistribution * myDistributionHypo
Definition: StdMeshers_RadialPrism_3D.hxx:78
bool IsApplicable(const QString &aHypType, GEOM::GEOM_Object_ptr theGeomObject, const bool toCheckAll)
Definition: SMESHGUI_HypothesesUtils.cxx:617