mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
decorations
This commit is contained in:
parent
05a97477ee
commit
77e7a1f52b
@ -62,21 +62,22 @@ public:
|
|||||||
StdMeshers_Quadrangle_2D(int hypId, int studyId, SMESH_Gen* gen);
|
StdMeshers_Quadrangle_2D(int hypId, int studyId, SMESH_Gen* gen);
|
||||||
virtual ~StdMeshers_Quadrangle_2D();
|
virtual ~StdMeshers_Quadrangle_2D();
|
||||||
|
|
||||||
virtual bool CheckHypothesis(SMESH_Mesh& aMesh,
|
virtual bool CheckHypothesis(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape,
|
const TopoDS_Shape& aShape,
|
||||||
SMESH_Hypothesis::Hypothesis_Status& aStatus);
|
Hypothesis_Status& aStatus);
|
||||||
|
|
||||||
virtual bool Compute(SMESH_Mesh& aMesh,
|
virtual bool Compute(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape);
|
const TopoDS_Shape& aShape);
|
||||||
|
|
||||||
virtual bool Evaluate(SMESH_Mesh & aMesh, const TopoDS_Shape & aShape,
|
virtual bool Evaluate(SMESH_Mesh & aMesh,
|
||||||
MapShapeNbElems& aResMap);
|
const TopoDS_Shape & aShape,
|
||||||
|
MapShapeNbElems& aResMap);
|
||||||
|
|
||||||
FaceQuadStruct::Ptr CheckAnd2Dcompute(SMESH_Mesh& aMesh,
|
FaceQuadStruct::Ptr CheckAnd2Dcompute(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape,
|
const TopoDS_Shape& aShape,
|
||||||
const bool CreateQuadratic);
|
const bool CreateQuadratic);
|
||||||
|
|
||||||
FaceQuadStruct::Ptr CheckNbEdges(SMESH_Mesh& aMesh,
|
FaceQuadStruct::Ptr CheckNbEdges(SMESH_Mesh& aMesh,
|
||||||
const TopoDS_Shape& aShape);
|
const TopoDS_Shape& aShape);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
Reference in New Issue
Block a user