![]() |
Fraxinus
16.5.0-fx-rc6
An IGT application
|
Algorithm part of reconstruction - no dependencies on parameter classes. More...
#include <cxReconstructCore.h>
Classes | |
| struct | InputParams |
Public Member Functions | |
| ReconstructCore (PatientModelServicePtr patientModelService) | |
| virtual | ~ReconstructCore () |
| void | initialize (InputParams input, ReconstructionMethodService *algorithm) |
| void | initialize (ProcessedUSInputDataPtr fileData, OutputVolumeParams outputVolumeParams) |
| ImagePtr | reconstruct () |
| void | threadedPreReconstruct () |
| void | threadedReconstruct () |
| void | threadedPostReconstruct () |
| ImagePtr | getOutput () |
| InputParams | getInputParams () |
Algorithm part of reconstruction - no dependencies on parameter classes.
Definition at line 56 of file cxReconstructCore.h.
| cx::ReconstructCore::ReconstructCore | ( | cx::PatientModelServicePtr | patientModelService | ) |
Definition at line 53 of file cxReconstructCore.cpp.
|
virtual |
Definition at line 61 of file cxReconstructCore.cpp.
|
inline |
Definition at line 99 of file cxReconstructCore.h.
| ImagePtr cx::ReconstructCore::getOutput | ( | ) |
Definition at line 253 of file cxReconstructCore.cpp.
| void cx::ReconstructCore::initialize | ( | InputParams | input, |
| ReconstructionMethodService * | algorithm | ||
| ) |
Definition at line 65 of file cxReconstructCore.cpp.
| void cx::ReconstructCore::initialize | ( | ProcessedUSInputDataPtr | fileData, |
| OutputVolumeParams | outputVolumeParams | ||
| ) |
Definition at line 71 of file cxReconstructCore.cpp.
| ImagePtr cx::ReconstructCore::reconstruct | ( | ) |
Definition at line 77 of file cxReconstructCore.cpp.
| void cx::ReconstructCore::threadedPostReconstruct | ( | ) |
The reconstruct part that must be done post-rec in the main thread.
Definition at line 115 of file cxReconstructCore.cpp.
| void cx::ReconstructCore::threadedPreReconstruct | ( | ) |
The reconstruct part that must be fun pre-rec in the main thread.
Definition at line 89 of file cxReconstructCore.cpp.
| void cx::ReconstructCore::threadedReconstruct | ( | ) |
The reconstruct part that can be run in a separate thread.
Definition at line 99 of file cxReconstructCore.cpp.