Salome HOME
Merge from V6_2_BR 23/12/2010
[modules/visu.git] / src / PIPELINE / VISU_DeformationPL.cxx
index 27059816ae0ff16c111ebee6ed3d259fd5c8b92a..f55e795f702b3fddbc245fbb3ae35ba681e91c99 100755 (executable)
@@ -1,7 +1,4 @@
-//  Copyright (C) 2007-2008  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) 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
@@ -19,6 +16,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // File:    VISU_ScalarMapPL.cxx
 // Author:  Roman NIKOLAEV
 // Module : VISU
@@ -33,7 +31,6 @@
 #include <vtkDataSet.h>
 #include <vtkPassThroughFilter.h>
 #include <vtkWarpVector.h>
-#include <vtkCellDataToPointData.h>
 #include <vtkUnstructuredGrid.h>
 #ifdef _DEBUG_
 static int MYDEBUG = 0;
@@ -55,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());