Salome HOME
Rewrite local function ModifySurface of BlockFix_SphereSpaceModifier
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_GlueDetector.hxx
index dc588eacd99898498686595bcd4aaedee88212bb..b2dcd28bb32168dbc4687b9e357bec04e22f2e80 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
@@ -55,11 +55,9 @@ public:
   Standard_EXPORT virtual
     void Perform() ;
 
-//modified by NIZNHY-PKV Tue Mar 13 12:23:20 2012f
   Standard_EXPORT
     const TopTools_IndexedDataMapOfShapeListOfShape& StickedShapes();
-//modified by NIZNHY-PKV Tue Mar 13 12:23:26 2012t
-//------------------------------------------------
+
 protected:
   Standard_EXPORT
     void DetectVertices() ;
@@ -81,7 +79,6 @@ protected:
     void FacePassKey(const TopoDS_Face& aF,
                      GEOMAlgo_PassKeyShape& aPK) ;
 
-  //modified by NIZNHY-PKV Tue Mar 13 09:53:03 2012f
   Standard_EXPORT
     void CheckDetected();
   //
@@ -94,7 +91,6 @@ protected:
 
  protected:
   TopTools_IndexedDataMapOfShapeListOfShape myStickedShapes;
-  //modified by NIZNHY-PKV Tue Mar 13 09:53:08 2012t
 
 };
 #endif