![]() |
Fraxinus
17.12-rc3
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) | |
| void | 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... | |
| void | startNonThreadedReconstruction (ReconstructionMethodService *algo, ReconstructCore::InputParams par, USReconstructInputData fileData, bool createBModeWhenAngio) |
Definition at line 54 of file cxReconstructionExecuter.h.
|
inline |
Definition at line 58 of file cxReconstructionExecuter.h.
| std::vector< cx::ImagePtr > cx::ReconstructionExecuter::getResult | ( | ) |
Definition at line 91 of file cxReconstructionExecuter.cpp.
| cx::TimedAlgorithmPtr cx::ReconstructionExecuter::getThread | ( | ) |
Return the currently reconstructing thread object.
Definition at line 42 of file cxReconstructionExecuter.cpp.
|
signal |
emitted before reconstruction threads are fired
|
signal |
|
signal |
| void cx::ReconstructionExecuter::startNonThreadedReconstruction | ( | ReconstructionMethodService * | algo, |
| ReconstructCore::InputParams | par, | ||
| USReconstructInputData | fileData, | ||
| bool | createBModeWhenAngio | ||
| ) |
Definition at line 47 of file cxReconstructionExecuter.cpp.
| void 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 68 of file cxReconstructionExecuter.cpp.