Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / NMTTools / NMTTools_CoupleOfShape.cxx
index fc2627644441d2a7799b42f577a2aa817981f823..80726d9bd74a2bf1432de963d9517a3ddd8ffd7e 100644 (file)
@@ -1,23 +1,23 @@
-//  Copyright (C) 2007-2010  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:        NMTTools_CoupleOfShape.cxx
 // Author:      Peter KURNEV
 //              <pkv@irinox>
 //
-#include <NMTTools_CoupleOfShape.ixx>
+#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)
 {
@@ -43,7 +43,7 @@
 }
 //=======================================================================
 // function: SetShape2
-// purpose: 
+// purpose:
 //=======================================================================
   void NMTTools_CoupleOfShape::SetShape2(const TopoDS_Shape& aS)
 {
@@ -51,7 +51,7 @@
 }
 //=======================================================================
 // function: Shape1
-// purpose: 
+// purpose:
 //=======================================================================
   const TopoDS_Shape& NMTTools_CoupleOfShape::Shape1()const
 {
@@ -59,7 +59,7 @@
 }
 //=======================================================================
 // function: Shape2
-// purpose: 
+// purpose:
 //=======================================================================
   const TopoDS_Shape& NMTTools_CoupleOfShape::Shape2()const
 {