Salome HOME
Merge remote-tracking branch 'origin/rnv/vtk_opengl2_backend' into V8_1_BR
[modules/paravis.git] / src / Plugins / MEDReader / IO / vtkELNOFilter.h
index 87715f93de800ccf32239ea8e8a306b2c445e8a4..418bcf6d599e3bce9f061369a5f09f702a1abd46 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -42,9 +42,8 @@ protected:
   vtkELNOFilter();
   ~vtkELNOFilter();
 
-  int RequestData(vtkInformation *, vtkInformationVector **,
-      vtkInformationVector *);
-
+  int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
+  void AttachCellFieldsOn(vtkUnstructuredGrid *, vtkCellData *, int);
   double ShrinkFactor;
 
 private: