33 #ifndef CXRECONSTRUCTCORE_H_
34 #define CXRECONSTRUCTCORE_H_
36 #include "org_custusx_usreconstruction_Export.h"
65 mExtraTimeCalibration(0),
66 mAlignTimestamps(false),
69 mMaxOutputVolumeSize(1024*1024)
93 void threadedPreReconstruct();
94 void threadedReconstruct();
95 void threadedPostReconstruct();
102 bool validInputData()
const;
103 QString generateOutputUid();
104 QString generateImageName(QString uid)
const;
Abstract interface for reconstruction algorithm.
boost::shared_ptr< class Image > ImagePtr
Helper struct for sending and controlling output volume properties.
boost::shared_ptr< class PatientModelService > PatientModelServicePtr
InputParams getInputParams()
boost::shared_ptr< class ProcessedUSInputData > ProcessedUSInputDataPtr
Algorithm part of reconstruction - no dependencies on parameter classes.
boost::shared_ptr< class ReconstructCore > ReconstructCorePtr