#include <SVTK_ImageWriterMgr.h>
Public Types | |
typedef std::vector < SVTK_ImageWriter * > | TWriterThreads |
Public Member Functions | |
SVTK_ImageWriterMgr () | |
~SVTK_ImageWriterMgr () | |
void | StartImageWriter (vtkAlgorithm *theAlgorithm, vtkImageData *theImageData, const std::string &theName, const int theProgressive, const int theQuality) |
void | Stop () |
Protected Attributes | |
TWriterThreads | myThreads |
QSemaphore * | mySemaphore |
typedef std::vector<SVTK_ImageWriter*> SVTK_ImageWriterMgr::TWriterThreads |
SVTK_ImageWriterMgr::SVTK_ImageWriterMgr | ( | ) |
References MYDEBUG.
SVTK_ImageWriterMgr::~SVTK_ImageWriterMgr | ( | ) |
void SVTK_ImageWriterMgr::StartImageWriter | ( | vtkAlgorithm * | theAlgorithm, |
vtkImageData * | theImageData, | ||
const std::string & | theName, | ||
const int | theProgressive, | ||
const int | theQuality | ||
) |
void SVTK_ImageWriterMgr::Stop | ( | ) |
References MYDEBUG.
|
protected |
|
protected |