32 #ifndef CXUSACQUISITION_H_
33 #define CXUSACQUISITION_H_
35 #include "org_custusx_acquisition_Export.h"
43 struct USReconstructInputData;
84 int getNumberOfSavingThreads()
const;
89 void acquisitionDataReady();
90 void saveDataCompleted(QString mhdFilename);
95 void readinessChanged();
98 void checkIfReadySlot();
100 void recordStopped();
101 void recordCancelled();
104 std::vector<VideoSourcePtr> getRecordingVideoSources(
ToolPtr tool);
105 bool getWriteColor();
106 void sendAcquisitionDataToReconstructer();
107 void setReady(
bool val, QString text);
boost::shared_ptr< class UsReconstructionService > UsReconstructionServicePtr
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