Salome HOME
bos #29484 Merge branch 'vsr/29484'
[modules/geom.git] / src / BlockFix / BlockFix_SphereSpaceModifier.hxx
index fa620b4e3a093f5d6c9877aea89939cf5a6448ab..477af69d708a080ad70ce15ea24e36304c115f32 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  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
@@ -6,7 +6,7 @@
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,6 +18,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
 #ifndef _BlockFix_SphereSpaceModifier_HeaderFile
 #define _BlockFix_SphereSpaceModifier_HeaderFile
 #include <TColStd_IndexedMapOfTransient.hxx>
 #include <BRepTools_Modification.hxx>
 #include <Standard_Boolean.hxx>
-#include <Handle_Geom_Surface.hxx>
-#include <Handle_Geom_Curve.hxx>
-#include <Handle_Geom2d_Curve.hxx>
 #include <GeomAbs_Shape.hxx>
 
+class TopoDS_Vertex;
+class TopoDS_Edge;
 class TopoDS_Face;
-class Geom_Surface;
 class TopLoc_Location;
-class TopoDS_Edge;
+class Geom_Surface;
 class Geom_Curve;
-class TopoDS_Vertex;
-class gp_Pnt;
 class Geom2d_Curve;
+class gp_Pnt;
 
-DEFINE_STANDARD_HANDLE(BlockFix_SphereSpaceModifier, BRepTools_Modification);
+DEFINE_STANDARD_HANDLE(BlockFix_SphereSpaceModifier, BRepTools_Modification)
 
 class BlockFix_SphereSpaceModifier : public BRepTools_Modification {
 
@@ -70,7 +68,7 @@ public:
                                             const TopoDS_Face& NewF1, const TopoDS_Face& NewF2);
   Standard_EXPORT Standard_Boolean ForRotation (const TopoDS_Face& F);
 
-  DEFINE_STANDARD_RTTI(BlockFix_SphereSpaceModifier);
+  DEFINE_STANDARD_RTTIEXT(BlockFix_SphereSpaceModifier,BRepTools_Modification)
 
 private:
   Standard_Real myTolerance;