]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMAlgo/GEOMAlgo_WireEdgeSet.cxx
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_WireEdgeSet.cxx
index bcae26b8f4f74ac0d935d82a183c8e79f5d81b35..5a39f0e1070bdcc3152b62830df6ed54099b6603 100755 (executable)
@@ -1,32 +1,35 @@
-// Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// 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
-// 
+//
 // 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 
+// 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 
+//
+// 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 
+// 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
 //
-// File:       GEOMAlgo_WireEdgeSet.cxx
-// Created:    
-// Author:     Peter KURNEV
-//             <pkv@irinox>
 
-#include <GEOMAlgo_WireEdgeSet.ixx>
+// File:        GEOMAlgo_WireEdgeSet.cxx
+// Created:
+// Author:      Peter KURNEV
+//              <pkv@irinox>
+//
+#include <GEOMAlgo_WireEdgeSet.hxx>
 
 //=======================================================================
-//function : 
-//purpose  : 
+//function :
+//purpose  :
 //=======================================================================
   GEOMAlgo_WireEdgeSet::GEOMAlgo_WireEdgeSet()
 {
@@ -35,7 +38,7 @@
 
 //=======================================================================
 //function : Clear
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_WireEdgeSet::Clear()
 {
@@ -44,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)
 {
@@ -68,7 +71,7 @@
 }
 //=======================================================================
 //function : StartElements
-//purpose  : 
+//purpose  :
 //=======================================================================
   const  TopTools_ListOfShape& GEOMAlgo_WireEdgeSet::StartElements()const
 {
@@ -76,7 +79,7 @@
 }
 //=======================================================================
 //function : AddShape
-//purpose  : 
+//purpose  :
 //=======================================================================
   void GEOMAlgo_WireEdgeSet::AddShape(const TopoDS_Shape& aW)
 {
@@ -84,7 +87,7 @@
 }
 //=======================================================================
 //function : Shapes
-//purpose  : 
+//purpose  :
 //=======================================================================
   const  TopTools_ListOfShape& GEOMAlgo_WireEdgeSet::Shapes()const
 {