X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_FinderShapeOn2.hxx;h=6824e3c593aad415ac7fca6b55e4e7ed872daa06;hb=ec3ebbe8917cb07300e590ba913edd730d7760d0;hp=4b6d73bb33896435ab48fdc521f79201afc43838;hpb=3cd92817cb4c5ee5911d6f40fe977b5e57b980e1;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_FinderShapeOn2.hxx b/src/GEOMAlgo/GEOMAlgo_FinderShapeOn2.hxx old mode 100755 new mode 100644 index 4b6d73bb3..6824e3c59 --- a/src/GEOMAlgo/GEOMAlgo_FinderShapeOn2.hxx +++ b/src/GEOMAlgo/GEOMAlgo_FinderShapeOn2.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -62,7 +62,7 @@ class GEOMAlgo_FinderShapeOn2 : public GEOMAlgo_ShapeAlgo void SetClsf(const Handle(GEOMAlgo_Clsf)& aClsf) ; Standard_EXPORT - const Handle_GEOMAlgo_Clsf& Clsf() const; + const Handle(GEOMAlgo_Clsf)& Clsf() const; Standard_EXPORT void SetShapeType(const TopAbs_ShapeEnum aST) ; @@ -131,7 +131,7 @@ protected: GEOMAlgo_State myState; Standard_Integer myNbPntsMin; Standard_Integer myNbPntsMax; - Handle_GEOMAlgo_Clsf myClsf; + Handle(GEOMAlgo_Clsf) myClsf; TopTools_ListOfShape myLS; GEOMAlgo_IndexedDataMapOfShapeState myMSS; };