29#ifndef _SMESH_HEXA_3D_HXX_
30#define _SMESH_HEXA_3D_HXX_
49 const TopoDS_Shape& aShape,
63 static bool IsApplicable(
const TopoDS_Shape & aShape,
bool toCheckAll);
std::map< SMESH_subMesh *, std::vector< smIdType > > MapShapeNbElems
Definition: SMESH_Algo.hxx:63
#define STDMESHERS_EXPORT
Definition: SMESH_StdMeshers.hxx:38
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
Definition: StdMeshers_BlockRenumber.hxx:72
Definition: StdMeshers_Hexa_3D.hxx:43
const StdMeshers_ViscousLayers * _viscousLayersHyp
Definition: StdMeshers_Hexa_3D.hxx:67
virtual bool IsApplicableToShape(const TopoDS_Shape &shape, bool toCheckAll) const
Return true if the algorithm can mesh a given shape.
Definition: StdMeshers_Hexa_3D.hxx:59
const StdMeshers_BlockRenumber * _blockRenumberHyp
Definition: StdMeshers_Hexa_3D.hxx:68
StdMeshers_Quadrangle_2D * _quadAlgo
Definition: StdMeshers_Hexa_3D.hxx:69
Definition: StdMeshers_Quadrangle_2D.hxx:136
Hypothesis defining parameters of viscous layers.
Definition: StdMeshers_ViscousLayers.hxx:41
bool IsApplicable(const QString &aHypType, GEOM::GEOM_Object_ptr theGeomObject, const bool toCheckAll)
Definition: SMESHGUI_HypothesesUtils.cxx:617