Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / src / NMTDS / NMTDS_PassKey.cxx
index 91e1da95640754e632f824850eea9c8bca680548..4d8aa41aabf78bf2d3694cae199ef861680293c9 100755 (executable)
@@ -1,30 +1,31 @@
-//  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:       NMTDS_Algo.cxx
-// Created:    Sat Dec 04 12:39:47 2004
-// Author:     Peter KURNEV
-//             <peter@PREFEX>
+
+// File:        NMTDS_PassKey.cxx
+// Created:     
+// Author:      Peter KURNEV
+//              <peter@PREFEX>
 //
-#include <NMTDS_PassKey.ixx>
+#include <NMTDS_PassKey.hxx>
 
 #include <stdio.h>
 #include <string.h>
@@ -37,7 +38,7 @@
 
 static
   Standard_Integer NormalizedId(const Standard_Integer aId,
-                               const Standard_Integer aDiv);
+                                const Standard_Integer aDiv);
 
 //=======================================================================
 //function :
@@ -90,7 +91,7 @@ static
 //purpose  : 
 //=======================================================================
   void NMTDS_PassKey::SetIds(const Standard_Integer aId1)
-                              
+                               
 {
   Clear();
   myNbIds=1;
@@ -102,7 +103,7 @@ static
 //purpose  : 
 //=======================================================================
   void NMTDS_PassKey::SetIds(const Standard_Integer aId1,
-                            const Standard_Integer aId2)
+                             const Standard_Integer aId2)
 {
   TColStd_ListOfInteger aLI;
   //
@@ -115,8 +116,8 @@ static
 //purpose  : 
 //=======================================================================
   void NMTDS_PassKey::SetIds(const Standard_Integer aId1,
-                            const Standard_Integer aId2,
-                            const Standard_Integer aId3)
+                             const Standard_Integer aId2,
+                             const Standard_Integer aId3)
 {
   TColStd_ListOfInteger aLI;
   //
@@ -130,9 +131,9 @@ static
 //purpose  : 
 //=======================================================================
   void NMTDS_PassKey::SetIds(const Standard_Integer aId1,
-                            const Standard_Integer aId2,
-                            const Standard_Integer aId3,
-                            const Standard_Integer aId4)
+                             const Standard_Integer aId2,
+                             const Standard_Integer aId3,
+                             const Standard_Integer aId4)
 { 
   TColStd_ListOfInteger aLI;
   //
@@ -189,7 +190,7 @@ static
 //purpose  : 
 //=======================================================================
   void NMTDS_PassKey::Ids(Standard_Integer& aId1,
-                         Standard_Integer& aId2) const
+                          Standard_Integer& aId2) const
 {
   aId1=0;
   aId2=0;
@@ -241,7 +242,7 @@ static
 // purpose : 
 //=======================================================================
 Standard_Integer NormalizedId(const Standard_Integer aId,
-                             const Standard_Integer aDiv)
+                              const Standard_Integer aDiv)
 {
   Standard_Integer aMax, aTresh, aIdRet;
   //