X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSVTK%2FSVTK_ImageWriter.h;h=630269ea6cf9bc362146923a152c6a071383d257;hb=refs%2Fheads%2Fngr%2Fpython3_dev_pv5.4;hp=5973b9f44baf55948253c355f61859e71d61cc96;hpb=e07448c48ea5b2127e34fc7b8c3427d01c7ce17b;p=modules%2Fgui.git diff --git a/src/SVTK/SVTK_ImageWriter.h b/src/SVTK/SVTK_ImageWriter.h index 5973b9f44..630269ea6 100755 --- a/src/SVTK/SVTK_ImageWriter.h +++ b/src/SVTK/SVTK_ImageWriter.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // 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 @@ -23,6 +23,7 @@ #include #include +class vtkAlgorithm; class vtkImageData; class QSemaphore; @@ -30,6 +31,7 @@ class SVTK_ImageWriter : public QThread { public: SVTK_ImageWriter(QSemaphore* theSemaphore, + vtkAlgorithm* theAlgorithm, vtkImageData* theImageData, const std::string& theName, int theProgressive, @@ -44,6 +46,7 @@ public: protected: QSemaphore* mySemaphore; + vtkAlgorithm *myAlgorithm; vtkImageData *myImageData; std::string myName; int myProgressive;