32 #ifndef CXUSACQUISITION_H_
33 #define CXUSACQUISITION_H_
35 #include "org_custusx_acquisition_Export.h"
42 struct USReconstructInputData;
83 int getNumberOfSavingThreads()
const;
88 void acquisitionDataReady();
89 void saveDataCompleted(QString mhdFilename);
94 void readinessChanged();
97 void checkIfReadySlot();
100 void recordCancelled();
103 std::vector<VideoSourcePtr> getRecordingVideoSources(
ToolPtr tool);
104 bool getWriteColor();
105 void sendAcquisitionDataToReconstructer();
106 void setReady(
bool val, QString text);
boost::shared_ptr< class UsReconstructionService > UsReconstructionServicePtr
QString getInfoText() const
boost::shared_ptr< class VisServices > VisServicesPtr
boost::shared_ptr< class USSavingRecorder > USSavingRecorderPtr
boost::shared_ptr< class SavingVideoRecorder > SavingVideoRecorderPtr
boost::shared_ptr< class Acquisition > AcquisitionPtr
boost::shared_ptr< class USAcquisition > USAcquisitionPtr
boost::shared_ptr< class UsReconstructionFileMaker > UsReconstructionFileMakerPtr
Handles the us acquisition process.The USAcquisition object attaches itself to an input Acquisition o...
boost::shared_ptr< class Tool > ToolPtr