Salome HOME
Merge from V5_1_main branch 14/05/2010
[modules/visu.git] / src / CONVERTOR / VISU_UsedPointsFilter.cxx
index 8392385ffed243b1703bb930e20c7143ecd594dc..6bd7ef453ab8f78b244eb65fbc535f30b0eb926c 100644 (file)
@@ -1,30 +1,27 @@
-//  VISU CONVERTOR :
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+//  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.
 //
-//  Copyright (C) 2003  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 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 
-// 
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//  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
 //
+//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
+//  VISU CONVERTOR :
 //  File   : VISU_UsedPointsFilter.cxx
 //  Author : 
 //  Module : VISU
-
-
+//
 #include "VISU_UsedPointsFilter.hxx"
 
 #include <vtkObjectFactory.h>
@@ -89,7 +86,7 @@ void VISU_UsedPointsFilter::Execute(){
       vtkIdType anOldId = anOldPointsIds->GetId(i);
       TId2IdMap::iterator anIter = aId2IdMap.find(anOldId);
       if(anIter == aId2IdMap.end())
-       goto NEXT_CELL;
+        goto NEXT_CELL;
       vtkIdType aNewId = anIter->second;
       aNewPointsIds->InsertNextId(aNewId);
     }