X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMAlgo%2FGEOMAlgo_FinderShapeOn1.hxx;h=5f67b109056f1a052af4eea77015f7f7209ad344;hb=c13ae14b5ab95001d14029b2c2de594208faec34;hp=82e803b531191dba9dbe8b1bb6c2bc6d9acc2a51;hpb=8370b4a1c488f6ef18d8944869d6a8cd3a2d18d2;p=modules%2Fgeom.git diff --git a/src/GEOMAlgo/GEOMAlgo_FinderShapeOn1.hxx b/src/GEOMAlgo/GEOMAlgo_FinderShapeOn1.hxx index 82e803b53..5f67b1090 100644 --- a/src/GEOMAlgo/GEOMAlgo_FinderShapeOn1.hxx +++ b/src/GEOMAlgo/GEOMAlgo_FinderShapeOn1.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 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 @@ -39,7 +39,6 @@ #include #include -#include #include #include @@ -83,7 +82,7 @@ class GEOMAlgo_FinderShapeOn1 : public GEOMAlgo_ShapeAlgo Standard_Integer NbPntsMax() const; Standard_EXPORT - const Handle_Geom_Surface& Surface() const; + const Handle(Geom_Surface)& Surface() const; Standard_EXPORT TopAbs_ShapeEnum ShapeType() const; @@ -133,7 +132,7 @@ class GEOMAlgo_FinderShapeOn1 : public GEOMAlgo_ShapeAlgo virtual TopAbs_State GetPointState(const gp_Pnt& aP) ; - Handle_Geom_Surface mySurface; + Handle(Geom_Surface) mySurface; TopAbs_ShapeEnum myShapeType; GEOMAlgo_State myState; Standard_Integer myNbPntsMin;