X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBlockFix%2FBlockFix_SphereSpaceModifier.hxx;h=477af69d708a080ad70ce15ea24e36304c115f32;hb=4598d83cc4bb23677f77242525b13228145f468e;hp=938c3059e85af0e2d22c168d3559b0274c572329;hpb=3cd92817cb4c5ee5911d6f40fe977b5e57b980e1;p=modules%2Fgeom.git diff --git a/src/BlockFix/BlockFix_SphereSpaceModifier.hxx b/src/BlockFix/BlockFix_SphereSpaceModifier.hxx old mode 100755 new mode 100644 index 938c3059e..477af69d7 --- a/src/BlockFix/BlockFix_SphereSpaceModifier.hxx +++ b/src/BlockFix/BlockFix_SphereSpaceModifier.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 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 @@ -31,21 +31,18 @@ #include #include #include -#include -#include -#include #include +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;