X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_Quadrangle_2D.hxx;h=371e6b63c139953df4aa14f99862d91f0d739864;hb=dacd5b29c7bb4b77454686b028aeaf24cc686d8a;hp=a50a84b6dbab65160291245cdaf31c05a46dabe7;hpb=73df78c0c4187c339ddc0a814f047ffa8bbb3373;p=modules%2Fsmesh.git diff --git a/src/StdMeshers/StdMeshers_Quadrangle_2D.hxx b/src/StdMeshers/StdMeshers_Quadrangle_2D.hxx index a50a84b6d..371e6b63c 100644 --- a/src/StdMeshers/StdMeshers_Quadrangle_2D.hxx +++ b/src/StdMeshers/StdMeshers_Quadrangle_2D.hxx @@ -117,25 +117,25 @@ protected: void Smooth (FaceQuadStruct::Ptr quad); + int GetCorners(const TopoDS_Face& theFace, + SMESH_Mesh & theMesh, + std::list& theWire, + std::vector& theVertices, + int & theNbDegenEdges); + // true if QuadranglePreference hypothesis is assigned that forces // construction of quadrangles if the number of nodes on opposite edges // is not the same in the case where the global number of nodes on edges // is even bool myQuadranglePreference; - bool myTrianglePreference; - int myTriaVertexID; - bool myNeedSmooth; StdMeshers_QuadType myQuadType; - SMESH_MesherHelper* myHelper; // tool for working with quadratic elements - SMESH_ProxyMesh::Ptr myProxyMesh; - FaceQuadStruct::Ptr myQuadStruct; };