CustusX
16.5.0-rc9
An IGT application
|
#include <cxUsReconstructionServiceProxy.h>
Public Slots | |
virtual void | newDataOnDisk (QString mhdFilename) |
Public Slots inherited from cx::UsReconstructionService | |
virtual void | newDataOnDisk (QString mhdFilename)=0 |
Public Member Functions | |
UsReconstructionServiceProxy (ctkPluginContext *pluginContext) | |
virtual void | selectData (QString filename, QString calFilesPath="") |
Set input data for reconstruction. More... | |
virtual void | selectData (USReconstructInputData data) |
Set input data for reconstruction. More... | |
virtual QString | getSelectedFilename () const |
Get the currently selected filename. More... | |
virtual USReconstructInputData | getSelectedFileData () |
Return the currently selected input data. More... | |
virtual PropertyPtr | getParam (QString uid) |
Return one of the standard parameters. More... | |
virtual std::vector< PropertyPtr > | getAlgoOptions () |
Return control parameters for the currently selected algorithm, adjustable like getParams() More... | |
virtual XmlOptionFile | getSettings () |
Return the settings xml file where parameters are stored. More... | |
virtual OutputVolumeParams | getOutputVolumeParams () const |
Return params controlling the output data. These are data-dependent. More... | |
virtual void | setOutputVolumeParams (const OutputVolumeParams &par) |
Control the output volume. More... | |
virtual void | startReconstruction () |
virtual std::set < cx::TimedAlgorithmPtr > | getThreadedReconstruction () |
Return the currently reconstructing thread object(s). More... | |
virtual ReconstructionMethodService * | createAlgorithm () |
virtual ReconstructCore::InputParams | createCoreParameters () |
virtual bool | isNull () |
Additional Inherited Members | |
Signals inherited from cx::UsReconstructionService | |
void | paramsChanged () |
void | algorithmChanged () |
void | inputDataSelected (QString mhdFileName) |
void | reconstructAboutToStart () |
void | reconstructStarted () |
void | reconstructFinished () |
void | newInputDataAvailable (QString mhdFileName) |
void | newInputDataPath (QString path) |
Static Public Member Functions inherited from cx::UsReconstructionService | |
static UsReconstructionServicePtr | getNullObject () |
Definition at line 48 of file cxUsReconstructionServiceProxy.h.
cx::UsReconstructionServiceProxy::UsReconstructionServiceProxy | ( | ctkPluginContext * | pluginContext | ) |
Definition at line 54 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Create the reconstruct algorithm object. This is usually created internally during reconstruction, published for use in unit testing.
Implements cx::UsReconstructionService.
Definition at line 184 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Implements cx::UsReconstructionService.
Definition at line 189 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Return control parameters for the currently selected algorithm, adjustable like getParams()
Implements cx::UsReconstructionService.
Definition at line 144 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Return params controlling the output data. These are data-dependent.
Implements cx::UsReconstructionService.
Definition at line 154 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Return one of the standard parameters.
Implements cx::UsReconstructionService.
Definition at line 134 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Return the currently selected input data.
Implements cx::UsReconstructionService.
Definition at line 129 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Get the currently selected filename.
Implements cx::UsReconstructionService.
Definition at line 124 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Return the settings xml file where parameters are stored.
Implements cx::UsReconstructionService.
Definition at line 149 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Return the currently reconstructing thread object(s).
Implements cx::UsReconstructionService.
Definition at line 179 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Implements cx::UsReconstructionService.
Definition at line 107 of file cxUsReconstructionServiceProxy.cpp.
|
virtualslot |
Definition at line 194 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Set input data for reconstruction.
Implements cx::UsReconstructionService.
Definition at line 114 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Set input data for reconstruction.
Implements cx::UsReconstructionService.
Definition at line 119 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Control the output volume.
Implements cx::UsReconstructionService.
Definition at line 159 of file cxUsReconstructionServiceProxy.cpp.
|
virtual |
Execute the reconstruction in another thread.
The returned cores can be used to retrieve output, but this must be done AFTER the threads have completed. In general, dont use the retval, it is for unit testing.
Implements cx::UsReconstructionService.
Definition at line 174 of file cxUsReconstructionServiceProxy.cpp.