X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FIO%2FvtkExtractGroup.h;h=ea65966930379fcdb828423301988c6b96d081a7;hb=f50743d07c99b985dd078aad0fb4bbf7337851cc;hp=778b1d982822dfc24b3994b78346096ec739b5b6;hpb=9dbade0021c7a8e21aedcfb28be257886abed924;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/IO/vtkExtractGroup.h b/src/Plugins/MEDReader/IO/vtkExtractGroup.h index 778b1d98..ea659669 100644 --- a/src/Plugins/MEDReader/IO/vtkExtractGroup.h +++ b/src/Plugins/MEDReader/IO/vtkExtractGroup.h @@ -3,7 +3,7 @@ // 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); @@ -39,7 +39,7 @@ public: // Description: // Every time the SIL is updated a this will return a different value. virtual int GetSILUpdateStamp(); - + const char *GetMeshName(); protected: vtkExtractGroup(); ~vtkExtractGroup();