|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
21 void UsReconstructionServiceNull::printWarning()
const
63 return std::vector<PropertyPtr>();
101 return std::set<TimedAlgorithmPtr>();
Helper class for xml files used to store ssc/cx data.
virtual XmlOptionFile getSettings()
Return the settings xml file where parameters are stored.
Namespace for all CustusX production code.
virtual ReconstructCore::InputParams createCoreParameters()
virtual void setOutputBasePath(QString path)
virtual PropertyPtr getParam(QString uid)
Return one of the standard parameters.
virtual void startReconstruction()
Abstract interface for reconstruction algorithm.
static PropertyPtr create()
boost::shared_ptr< class Property > PropertyPtr
virtual void setOutputRelativePath(QString path)
UsReconstructionServiceNull()
virtual USReconstructInputData getSelectedFileData()
Return the currently selected input data.
virtual void newDataOnDisk(QString mhdFilename)
virtual std::set< cx::TimedAlgorithmPtr > getThreadedReconstruction()
Return the currently reconstructing thread object(s).
virtual void selectData(QString filename, QString calFilesPath="")
Set input data for reconstruction.
virtual std::vector< PropertyPtr > getAlgoOptions()
Return control parameters for the currently selected algorithm, adjustable like getParams()
Helper struct for sending and controlling output volume properties.
virtual OutputVolumeParams getOutputVolumeParams() const
Return params controlling the output data. These are data-dependent.
virtual ReconstructionMethodService * createAlgorithm()
virtual QString getSelectedFilename() const
Get the currently selected filename.
virtual void setOutputVolumeParams(const OutputVolumeParams &par)
Control the output volume.