11 #ifndef CXUSACQUISITION_H_ 12 #define CXUSACQUISITION_H_ 14 #include "org_custusx_acquisition_Export.h" 22 struct USReconstructInputData;
63 int getNumberOfSavingThreads()
const;
68 void acquisitionDataReady();
69 void saveDataCompleted(QString mhdFilename);
74 void readinessChanged();
77 void checkIfReadySlot();
80 void recordCancelled();
83 std::vector<VideoSourcePtr> getRecordingVideoSources(
ToolPtr tool);
85 void sendAcquisitionDataToReconstructer();
86 void setReady(
bool val, QString text);
88 VisServicesPtr getServices();
89 UsReconstructionServicePtr getReconstructer();
92 USSavingRecorderPtr mCore;
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...
Namespace for all CustusX production code.
boost::shared_ptr< class Tool > ToolPtr