X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FIO%2FvtkExtractGroup.h;h=fa01f37d76f71bd77e881f271652cbea27bf00ac;hb=a833b1388f958c887b2b0886fc40a8be0256e2c8;hp=c13ed1b1a1930b5b8be12e824fb21c705948c44c;hpb=5dd1972b4751c6af8177a53f6dcc5f927aa2f40c;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/IO/vtkExtractGroup.h b/src/Plugins/MEDReader/IO/vtkExtractGroup.h index c13ed1b1..fa01f37d 100644 --- a/src/Plugins/MEDReader/IO/vtkExtractGroup.h +++ b/src/Plugins/MEDReader/IO/vtkExtractGroup.h @@ -1,9 +1,9 @@ -// Copyright (C) 2010-2014 CEA/DEN, EDF R&D +// Copyright (C) 2010-2015 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -21,15 +21,15 @@ #ifndef vtkExtractGroup_h__ #define vtkExtractGroup_h__ -#include "vtkDataSetAlgorithm.h" +#include "vtkUnstructuredGridAlgorithm.h" class vtkMutableDirectedGraph; -class VTK_EXPORT vtkExtractGroup: public vtkDataSetAlgorithm +class VTK_EXPORT vtkExtractGroup: public vtkUnstructuredGridAlgorithm { public: static vtkExtractGroup* New(); - vtkTypeMacro(vtkExtractGroup, vtkDataSetAlgorithm) + vtkTypeMacro(vtkExtractGroup, vtkUnstructuredGridAlgorithm) void PrintSelf(ostream& os, vtkIndent indent); virtual int GetNumberOfGroupsFlagsArrays(); const char *GetGroupsFlagsArrayName(int index);