Salome HOME
Fix for the "0021179: EDF 1654 SMESH GEOM: better look'n'feel" issue:
[modules/geom.git] / src / GEOMAlgo_NEW / GEOMAlgo_ShapeSet.cxx
index 764c19e4a273880e4ddd09af3a3f3b48e219b054..3e84aa098f1ef5ec10179e6167031720952e4e87 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  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
@@ -21,8 +21,8 @@
 //
 
 // File:        GEOMAlgo_ShapeSet.cxx
-// Created:     
-// Author:      Peter KURNEV 
+// Created:
+// Author:      Peter KURNEV
 //
 #include <GEOMAlgo_ShapeSet.hxx>
 
 #include <TopTools_MapIteratorOfMapOfOrientedShape.hxx>
 
 //=======================================================================
-//function : 
-//purpose  : 
+//function :
+//purpose  :
 //=======================================================================
   GEOMAlgo_ShapeSet::GEOMAlgo_ShapeSet()
 {
 }
 //=======================================================================
 //function : Clear
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_ShapeSet::Clear()
 {
@@ -49,7 +49,7 @@
 }
 //=======================================================================
 //function : Add
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_ShapeSet::Add(const TopoDS_Shape& theShape)
 {
@@ -59,7 +59,7 @@
 }
 //=======================================================================
 //function : Add
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_ShapeSet::Add(const TopoDS_Shape& theShape,
                               const TopAbs_ShapeEnum theType)
@@ -76,7 +76,7 @@
 }
 //=======================================================================
 //function : Add
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_ShapeSet::Add(const TopTools_ListOfShape& theLS)
 {
@@ -91,8 +91,8 @@
   }
 }
 //=======================================================================
-//function :GetSet 
-//purpose  : 
+//function :GetSet
+//purpose  :
 //=======================================================================
   const TopTools_ListOfShape& GEOMAlgo_ShapeSet::GetSet()const
 {
 }
 //=======================================================================
 //function : Contains
-//purpose  : 
+//purpose  :
 //=======================================================================
   Standard_Boolean GEOMAlgo_ShapeSet::Contains(const GEOMAlgo_ShapeSet& theOther)const
 {
 }
 //=======================================================================
 //function : Subtract
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_ShapeSet::Subtract(const GEOMAlgo_ShapeSet& theOther)
 {
 //modified by NIZNHY-PKV Wed Oct 28 13:51:36 2010f
 //=======================================================================
 //function : IsEqual
-//purpose  : 
+//purpose  :
 //=======================================================================
   Standard_Boolean GEOMAlgo_ShapeSet::IsEqual(const GEOMAlgo_ShapeSet& theOther)const
 {