Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_WireEdgeSet.cxx
index 8e5936281745b0a61aecc66315609ce0390045bc..5a39f0e1070bdcc3152b62830df6ed54099b6603 100755 (executable)
@@ -1,34 +1,35 @@
-//  Copyright (C) 2007-2008  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
+// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 //
-//  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.
+// 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.
 //
-//  This library is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
 //
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-// File:       GEOMAlgo_WireEdgeSet.cxx
-// Created:    
-// Author:     Peter KURNEV
-//             <pkv@irinox>
+
+// File:        GEOMAlgo_WireEdgeSet.cxx
+// Created:
+// Author:      Peter KURNEV
+//              <pkv@irinox>
 //
-#include <GEOMAlgo_WireEdgeSet.ixx>
+#include <GEOMAlgo_WireEdgeSet.hxx>
 
 //=======================================================================
-//function : 
-//purpose  : 
+//function :
+//purpose  :
 //=======================================================================
   GEOMAlgo_WireEdgeSet::GEOMAlgo_WireEdgeSet()
 {
@@ -37,7 +38,7 @@
 
 //=======================================================================
 //function : Clear
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_WireEdgeSet::Clear()
 {
@@ -46,7 +47,7 @@
 }
 //=======================================================================
 //function : SetFace
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_WireEdgeSet::SetFace(const TopoDS_Face& aF)
 {
 }
 //=======================================================================
 //function : Face
-//purpose  : 
+//purpose  :
 //=======================================================================
-  const TopoDS_Face& GEOMAlgo_WireEdgeSet::Face()const 
+  const TopoDS_Face& GEOMAlgo_WireEdgeSet::Face()const
 {
   return myFace;
 }
 //=======================================================================
 //function : AddStartElement
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_WireEdgeSet::AddStartElement(const TopoDS_Shape& aE)
 {
@@ -70,7 +71,7 @@
 }
 //=======================================================================
 //function : StartElements
-//purpose  : 
+//purpose  :
 //=======================================================================
   const  TopTools_ListOfShape& GEOMAlgo_WireEdgeSet::StartElements()const
 {
@@ -78,7 +79,7 @@
 }
 //=======================================================================
 //function : AddShape
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_WireEdgeSet::AddShape(const TopoDS_Shape& aW)
 {
@@ -86,7 +87,7 @@
 }
 //=======================================================================
 //function : Shapes
-//purpose  : 
+//purpose  :
 //=======================================================================
   const  TopTools_ListOfShape& GEOMAlgo_WireEdgeSet::Shapes()const
 {