]> SALOME platform Git repositories - modules/visu.git/blobdiff - src/PIPELINE/VISU_DeformationPL.cxx
Salome HOME
Update copyright information
[modules/visu.git] / src / PIPELINE / VISU_DeformationPL.cxx
index 0fbaa6c00501f24378376fef955df105fde77254..65048f1d6441e384b867cdebb290757ef842e92a 100755 (executable)
@@ -1,20 +1,20 @@
-//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  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.
+// 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:    VISU_ScalarMapPL.cxx
@@ -31,7 +31,6 @@
 #include <vtkDataSet.h>
 #include <vtkPassThroughFilter.h>
 #include <vtkWarpVector.h>
-#include <vtkCellDataToPointData.h>
 #include <vtkUnstructuredGrid.h>
 #ifdef _DEBUG_
 static int MYDEBUG = 0;
@@ -53,7 +52,7 @@ VISU_DeformationPL::VISU_DeformationPL():
   myVectorMergeFilter->SetMergingInputs(true);
   myInputPassFilter = vtkPassThroughFilter::New();
   myOutputPassFiler = vtkPassThroughFilter::New();
-  myCellDataToPointData = vtkCellDataToPointData::New();
+  myCellDataToPointData = VISU_CellDataToPointData::New();
   myCellDataToPointData->PassCellDataOn();
 
   myInputPassFilter->SetInput(vtkUnstructuredGrid::New());