Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / NMTTools / NMTTools_CoupleOfShape.cxx
index cbb721df1758ff468167d2f316de11a7b7f8f493..80726d9bd74a2bf1432de963d9517a3ddd8ffd7e 100644 (file)
@@ -1,38 +1,41 @@
-// 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:       NMTTools_CoupleOfShape.cxx
-// Created:    Wed Jan 28 15:06:11 2004
-// Author:     Peter KURNEV
-//             <pkv@irinox>
 
-#include <NMTTools_CoupleOfShape.ixx>
+// File:        NMTTools_CoupleOfShape.cxx
+// Created:     Wed Jan 28 15:06:11 2004
+// Author:      Peter KURNEV
+//              <pkv@irinox>
+//
+#include <NMTTools_CoupleOfShape.hxx>
 
 //=======================================================================
 // function: NMTTools_CoupleOfShape::NMTTools_CoupleOfShape
-// purpose: 
+// purpose:
 //=======================================================================
   NMTTools_CoupleOfShape::NMTTools_CoupleOfShape()
 {}
 //=======================================================================
 // function: SetShape1
-// purpose: 
+// purpose:
 //=======================================================================
   void NMTTools_CoupleOfShape::SetShape1(const TopoDS_Shape& aS)
 {
@@ -40,7 +43,7 @@
 }
 //=======================================================================
 // function: SetShape2
-// purpose: 
+// purpose:
 //=======================================================================
   void NMTTools_CoupleOfShape::SetShape2(const TopoDS_Shape& aS)
 {
@@ -48,7 +51,7 @@
 }
 //=======================================================================
 // function: Shape1
-// purpose: 
+// purpose:
 //=======================================================================
   const TopoDS_Shape& NMTTools_CoupleOfShape::Shape1()const
 {
@@ -56,7 +59,7 @@
 }
 //=======================================================================
 // function: Shape2
-// purpose: 
+// purpose:
 //=======================================================================
   const TopoDS_Shape& NMTTools_CoupleOfShape::Shape2()const
 {