X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH%2FSMESH_MEFISTO_2D.hxx;h=7727a86e01c83c319938f29d1860508254a0d6a3;hp=aa0f6931e8383b673f8de5d6c6842c5551d2d7b8;hb=00c069f8d414099a12268c42d58c6cfae9d1bff9;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa diff --git a/src/SMESH/SMESH_MEFISTO_2D.hxx b/src/SMESH/SMESH_MEFISTO_2D.hxx index aa0f6931e..7727a86e0 100644 --- a/src/SMESH/SMESH_MEFISTO_2D.hxx +++ b/src/SMESH/SMESH_MEFISTO_2D.hxx @@ -34,8 +34,8 @@ #include "SMESH_LengthFromEdges.hxx" #include "Rn.h" +class SMDS_MeshNode; #include - #include class SMESH_MEFISTO_2D: @@ -59,7 +59,7 @@ public: const TopoDS_Wire& W, R2* uvslf, int& m, - map& mefistoToDS); + map& mefistoToDS); void ComputeScaleOnFace(SMESH_Mesh& aMesh, const TopoDS_Face& aFace, @@ -69,7 +69,7 @@ public: void StoreResult (SMESH_Mesh& aMesh, Z nbst, R2* uvst, Z nbt, Z* nust, const TopoDS_Face& F, bool faceIsForward, - map& mefistoToDS); + map& mefistoToDS); ostream & SaveTo(ostream & save); istream & LoadFrom(istream & load); @@ -79,8 +79,8 @@ public: protected: double _edgeLength; double _maxElementArea; - SMESH_MaxElementArea* _hypMaxElementArea; - SMESH_LengthFromEdges* _hypLengthFromEdges; + const SMESH_MaxElementArea* _hypMaxElementArea; + const SMESH_LengthFromEdges* _hypLengthFromEdges; }; #endif