CustusX
22.04-rc5
An IGT application
|
#include <cxReconstructionExecuter.h>
Signals | |
void | reconstructAboutToStart () |
emitted before reconstruction threads are fired More... | |
void | reconstructStarted () |
void | reconstructFinished () |
Public Member Functions | |
ReconstructionExecuter (PatientModelServicePtr patientModelService, ViewServicePtr viewService) | |
bool | startReconstruction (ReconstructionMethodService *algo, ReconstructCore::InputParams par, USReconstructInputData fileData, bool createBModeWhenAngio) |
std::vector< cx::ImagePtr > | getResult () |
cx::TimedAlgorithmPtr | getThread () |
Return the currently reconstructing thread object. More... | |
bool | startNonThreadedReconstruction (ReconstructionMethodService *algo, ReconstructCore::InputParams par, USReconstructInputData fileData, bool createBModeWhenAngio) |
Definition at line 33 of file cxReconstructionExecuter.h.
|
inline |
Definition at line 37 of file cxReconstructionExecuter.h.
std::vector< cx::ImagePtr > cx::ReconstructionExecuter::getResult | ( | ) |
Definition at line 80 of file cxReconstructionExecuter.cpp.
cx::TimedAlgorithmPtr cx::ReconstructionExecuter::getThread | ( | ) |
Return the currently reconstructing thread object.
Definition at line 21 of file cxReconstructionExecuter.cpp.
|
signal |
emitted before reconstruction threads are fired
|
signal |
|
signal |
bool cx::ReconstructionExecuter::startNonThreadedReconstruction | ( | ReconstructionMethodService * | algo, |
ReconstructCore::InputParams | par, | ||
USReconstructInputData | fileData, | ||
bool | createBModeWhenAngio | ||
) |
Definition at line 26 of file cxReconstructionExecuter.cpp.
bool cx::ReconstructionExecuter::startReconstruction | ( | ReconstructionMethodService * | algo, |
ReconstructCore::InputParams | par, | ||
USReconstructInputData | fileData, | ||
bool | createBModeWhenAngio | ||
) |
Execute the reconstruction in asynchronously. When reconstructFinished() is emitted, use getResult().
Definition at line 53 of file cxReconstructionExecuter.cpp.