X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FIO%2FvtkExtractGroup.h;h=28f454d6fed39240302906ee5cad5ca20dd9e7a4;hb=f24ad457e027761c8df0671ba283a27af1ae3511;hp=778b1d982822dfc24b3994b78346096ec739b5b6;hpb=ab03dc1c10db590a94536495b779ab762f5690d6;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/IO/vtkExtractGroup.h b/src/Plugins/MEDReader/IO/vtkExtractGroup.h index 778b1d98..28f454d6 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-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 // 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 "vtkMultiBlockDataSetAlgorithm.h" class vtkMutableDirectedGraph; -class VTK_EXPORT vtkExtractGroup: public vtkDataSetAlgorithm +class VTK_EXPORT vtkExtractGroup: public vtkMultiBlockDataSetAlgorithm { public: static vtkExtractGroup* New(); - vtkTypeMacro(vtkExtractGroup, vtkDataSetAlgorithm) + vtkTypeMacro(vtkExtractGroup, vtkMultiBlockDataSetAlgorithm) void PrintSelf(ostream& os, vtkIndent indent); virtual int GetNumberOfGroupsFlagsArrays(); const char *GetGroupsFlagsArrayName(int index); @@ -39,7 +39,9 @@ public: // Description: // Every time the SIL is updated a this will return a different value. virtual int GetSILUpdateStamp(); - + const char *GetMeshName(); + static const char* GetGrpStart(); + static const char* GetFamStart(); protected: vtkExtractGroup(); ~vtkExtractGroup(); @@ -49,6 +51,7 @@ protected: int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector); + // Description: // This SIL stores the structure of the mesh/groups/cell types // that can be selected.