20 #ifndef SVTK_IMAGEWRITER_H
21 #define SVTK_IMAGEWRITER_H
34 vtkAlgorithm* theAlgorithm,
35 vtkImageData* theImageData,
36 const std::string& theName,
Definition: SVTK_ImageWriter.h:31
bool myConstraint16Flag
Definition: SVTK_ImageWriter.h:54
~SVTK_ImageWriter()
Definition: SVTK_ImageWriter.cxx:52
vtkImageData * myImageData
Definition: SVTK_ImageWriter.h:50
std::string myName
Definition: SVTK_ImageWriter.h:51
QSemaphore * mySemaphore
Definition: SVTK_ImageWriter.h:48
virtual void run()
Definition: SVTK_ImageWriter.cxx:62
int myQuality
Definition: SVTK_ImageWriter.h:53
vtkAlgorithm * myAlgorithm
Definition: SVTK_ImageWriter.h:49
int myProgressive
Definition: SVTK_ImageWriter.h:52
SVTK_ImageWriter(QSemaphore *theSemaphore, vtkAlgorithm *theAlgorithm, vtkImageData *theImageData, const std::string &theName, int theProgressive, int theQuality)
Definition: SVTK_ImageWriter.cxx:35