X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FIO%2FvtkELNOMeshFilter.h;h=f24958d628d5c859fb3ce756c36395033ee27dc7;hb=4ab5dda497ba014354de12bc85562e314c73c62c;hp=611972e9963827b1864f0f692ac5e962a229a372;hpb=ab03dc1c10db590a94536495b779ab762f5690d6;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/IO/vtkELNOMeshFilter.h b/src/Plugins/MEDReader/IO/vtkELNOMeshFilter.h index 611972e9..f24958d6 100644 --- a/src/Plugins/MEDReader/IO/vtkELNOMeshFilter.h +++ b/src/Plugins/MEDReader/IO/vtkELNOMeshFilter.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 @@ -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