#include <R3D/MosaicExporter/GUI/R3DMosaicExportQThread.h>
Signals | |
void | threadProgressed (float progress) |
Use this signal to send a percentage of completeness to the GUI thread. | |
void | threadHasMessage (QString message) |
Use this signal to send a text message that will be displayed in the GUI. | |
void | threadFinished () |
Use this signal when the import is completed. | |
Public Member Functions | |
void | run () |
Starts the import. | |
void | setVOI (float origin[2], float size[2]) |
Sets the origin and size of the mosaic, both expressed in Microns. |
void R3DMosaicExportQThread::setVOI | ( | float | origin[2], | |
float | size[2] | |||
) |
Sets the origin and size of the mosaic, both expressed in Microns.
origin | The origin of the exported mosaic | |
size | The size in microns of the exported mosaic |