Salome HOME
Restore support of med-2.1 in MEDWrapper
[modules/visu.git] / src / PIPELINE / VISU_DeformationPL.hxx
index 85409d3812ae84e468a7386ab2c0e4ab068af16f..69c75c905a4b4c2bcc5469c2ece18ff80e2084b2 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_DeformationPL.hxx
 //  Author : 
 //  Module : SALOME
@@ -34,7 +32,7 @@ class vtkDataSet;
 class VISU_MergeFilter;
 class vtkPassThroughFilter;
 class vtkWarpVector;
-class vtkCellDataToPointData;
+class VISU_CellDataToPointData;
 
 class VISU_PIPELINE_EXPORT VISU_DeformationPL {
   
@@ -76,7 +74,7 @@ protected:
   vtkSmartPointer<VISU_MergeFilter> myVectorMergeFilter;
   vtkPassThroughFilter *myInputPassFilter;
   vtkPassThroughFilter *myOutputPassFiler;
-  vtkCellDataToPointData *myCellDataToPointData;
+  VISU_CellDataToPointData *myCellDataToPointData;
 
 private:
   vtkFloatingPointType myScaleFactor;