]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/NMTDS/NMTDS_PassKey.cxx
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / NMTDS / NMTDS_PassKey.cxx
index 2d2d52ea0a5386292a7eefe810383791173d3eed..4d8aa41aabf78bf2d3694cae199ef861680293c9 100755 (executable)
@@ -1,30 +1,31 @@
-// 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:       NMTDS_Algo.cxx
-// Created:    Sat Dec 04 12:39:47 2004
-// Author:     Peter KURNEV
-//             <peter@PREFEX>
-
 
-#include <NMTDS_PassKey.ixx>
+// File:        NMTDS_PassKey.cxx
+// Created:     
+// Author:      Peter KURNEV
+//              <peter@PREFEX>
+//
+#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;
   //