#include <SVTK_ImageWriter.h>

Public Member Functions | |
| SVTK_ImageWriter (QSemaphore *theSemaphore, vtkImageData *theImageData, const std::string &theName, int theProgressive, int theQuality) | |
| ~SVTK_ImageWriter () | |
Protected Member Functions | |
| virtual void | run () |
Protected Attributes | |
| QSemaphore * | mySemaphore |
| vtkImageData * | myImageData |
| std::string | myName |
| int | myProgressive |
| int | myQuality |
| bool | myConstraint16Flag |
| SVTK_ImageWriter::SVTK_ImageWriter | ( | QSemaphore * | theSemaphore, |
| vtkImageData * | theImageData, | ||
| const std::string & | theName, | ||
| int | theProgressive, | ||
| int | theQuality | ||
| ) |
| SVTK_ImageWriter::~SVTK_ImageWriter | ( | ) |
References MYDEBUG.
| void SVTK_ImageWriter::run | ( | ) | [protected, virtual] |
References MYDEBUG.
QSemaphore* SVTK_ImageWriter.mySemaphore [protected] |
vtkImageData* SVTK_ImageWriter.myImageData [protected] |
std::string SVTK_ImageWriter.myName [protected] |
int SVTK_ImageWriter.myProgressive [protected] |
int SVTK_ImageWriter.myQuality [protected] |
bool SVTK_ImageWriter.myConstraint16Flag [protected] |