X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FIO%2FvtkELNOMeshFilter.h;h=f24958d628d5c859fb3ce756c36395033ee27dc7;hb=694390bf5db15a7b705d569104e3a700324acb67;hp=df65fe5fa786ed57dcd996ec2e6504184a6d6d97;hpb=ee690f177c97c5f6093551b09c3cb8ac4a3020d1;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/IO/vtkELNOMeshFilter.h b/src/Plugins/MEDReader/IO/vtkELNOMeshFilter.h index df65fe5f..f24958d6 100644 --- a/src/Plugins/MEDReader/IO/vtkELNOMeshFilter.h +++ b/src/Plugins/MEDReader/IO/vtkELNOMeshFilter.h @@ -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 @@ -29,15 +29,18 @@ public: vtkTypeMacro(vtkELNOMeshFilter,vtkUnstructuredGridAlgorithm); void PrintSelf(ostream& os, vtkIndent indent); + vtkGetMacro(ShrinkFactor, double); + vtkSetMacro(ShrinkFactor, double); protected: vtkELNOMeshFilter(); ~vtkELNOMeshFilter(); int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); - private: vtkELNOMeshFilter(const vtkELNOMeshFilter&); void operator =(const vtkELNOMeshFilter&); +private: + double ShrinkFactor; }; #endif