![]() |
Fraxinus
22.04
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 35 of file cxReconstructCore.h.
| cx::ReconstructCore::ReconstructCore | ( | cx::PatientModelServicePtr | patientModelService | ) |
Definition at line 32 of file cxReconstructCore.cpp.
|
virtual |
Definition at line 40 of file cxReconstructCore.cpp.
|
inline |
Definition at line 82 of file cxReconstructCore.h.
| ImagePtr cx::ReconstructCore::getOutput | ( | ) |
Definition at line 232 of file cxReconstructCore.cpp.
| void cx::ReconstructCore::initialize | ( | InputParams | input, |
| ReconstructionMethodService * | algorithm | ||
| ) |
Definition at line 44 of file cxReconstructCore.cpp.
| void cx::ReconstructCore::initialize | ( | ProcessedUSInputDataPtr | fileData, |
| OutputVolumeParams | outputVolumeParams | ||
| ) |
Definition at line 50 of file cxReconstructCore.cpp.
| ImagePtr cx::ReconstructCore::reconstruct | ( | ) |
Definition at line 56 of file cxReconstructCore.cpp.
| void cx::ReconstructCore::threadedPostReconstruct | ( | ) |
The reconstruct part that must be done post-rec in the main thread.
Definition at line 94 of file cxReconstructCore.cpp.
| void cx::ReconstructCore::threadedPreReconstruct | ( | ) |
The reconstruct part that must be fun pre-rec in the main thread.
Definition at line 68 of file cxReconstructCore.cpp.
| void cx::ReconstructCore::threadedReconstruct | ( | ) |
The reconstruct part that can be run in a separate thread.
Definition at line 78 of file cxReconstructCore.cpp.