X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_FinderShapeOn.hxx;h=1b270542a111de6da70af70d4b95b59a7fa7f84f;hb=c1d63ef1f803d255b61ee99fb618bf471add07f4;hp=1117ed794e02171c16ee761e7e0c6543d0e8a9aa;hpb=3cd92817cb4c5ee5911d6f40fe977b5e57b980e1;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_FinderShapeOn.hxx b/src/GEOMAlgo/GEOMAlgo_FinderShapeOn.hxx old mode 100755 new mode 100644 index 1117ed794..1b270542a --- a/src/GEOMAlgo/GEOMAlgo_FinderShapeOn.hxx +++ b/src/GEOMAlgo/GEOMAlgo_FinderShapeOn.hxx @@ -1,5 +1,5 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2023 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -32,7 +32,6 @@ #include #include -#include #include #include @@ -73,7 +72,7 @@ class GEOMAlgo_FinderShapeOn : public GEOMAlgo_ShapeAlgo void SetState(const GEOMAlgo_State aSF) ; Standard_EXPORT - const Handle_Geom_Surface& Surface() const; + const Handle(Geom_Surface)& Surface() const; Standard_EXPORT TopAbs_ShapeEnum ShapeType() const; @@ -113,7 +112,7 @@ protected: void FindVertices() ; - Handle_Geom_Surface mySurface; + Handle(Geom_Surface) mySurface; TopAbs_ShapeEnum myShapeType; GEOMAlgo_State myState; TopoDS_Shape myArg1;