Salome HOME
Merge branch 'master' of https://git.salome-platform.org/git/modules/paravis
[modules/paravis.git] / src / Plugins / MEDReader / IO / vtkExtractGroup.h
index 73ff581ee84a3bc19fbe8382f55085134d4ca427..ea65966930379fcdb828423301988c6b96d081a7 100644 (file)
 #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();