Salome HOME
Merge commit '4823245056426a9ccf9c7965daecf11459f58af5' into V9_11_BR
[modules/geom.git] / src / BlockFix / BlockFix_SphereSpaceModifier.hxx
index bcdd5eff79292ded68dfcb97c1534df08410c186..f583283170487472d55fb883be6315cc402b7f6e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  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
 #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 {
 
@@ -71,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;