CustusX
18.04-rc5
An IGT application
|
Handles the us acquisition process. More...
Classes | |
class | cx::AcquisitionServicePluginActivator |
class | cx::RecordSession |
class | cx::AcquisitionPlugin |
class | cx::RecordSessionWidget |
class | cx::SoundSpeedConverterWidget |
class | cx::StringPropertySelectRecordSessionBase |
class | cx::StringPropertySelectRecordSession |
class | cx::USAcqusitionWidget |
class | cx::AcquisitionData |
class | cx::Acquisition |
class | cx::USAcquisition |
Handles the us acquisition process.The USAcquisition object attaches itself to an input Acquisition object and records ultrasound data when the Acquisiton records. More... | |
class | cx::USSavingRecorder |
Record and save ultrasound data.Use the start/stop pair to record video from the input streams during that period. A cancel instead of stop will clear the recording. More... | |
class | SoundSpeedConversionWidget |
Typedefs | |
typedef boost::shared_ptr< class RecordSession > | cx::RecordSessionPtr |
typedef std::map< double, Transform3D > | cx::TimedTransformMap |
typedef boost::shared_ptr< class AcquisitionService > | cx::AcquisitionServicePtr |
typedef boost::shared_ptr< class RecordSessionWidget > | cx::RecordSessionWidgetPtr |
typedef boost::shared_ptr< class StringPropertySelectRecordSessionBase > | cx::StringPropertySelectRecordSessionBasePtr |
typedef boost::shared_ptr< class StringPropertySelectRecordSession > | cx::StringPropertySelectRecordSessionPtr |
typedef boost::shared_ptr< class AcquisitionData > | cx::AcquisitionDataPtr |
typedef boost::shared_ptr< class Acquisition > | cx::AcquisitionPtr |
typedef boost::shared_ptr< class USAcquisition > | cx::USAcquisitionPtr |
typedef boost::shared_ptr< class USSavingRecorder > | cx::USSavingRecorderPtr |
Handles the us acquisition process.
typedef boost::shared_ptr< class AcquisitionData > cx::AcquisitionDataPtr |
Definition at line 22 of file cxAcquisitionImplService.h.
typedef boost::shared_ptr< class Acquisition > cx::AcquisitionPtr |
Definition at line 21 of file cxAcquisitionImplService.h.
typedef boost::shared_ptr< class AcquisitionService > cx::AcquisitionServicePtr |
Definition at line 29 of file cxLogicManager.h.
typedef boost::shared_ptr< class RecordSession > cx::RecordSessionPtr |
Definition at line 28 of file cxAcquisitionService.h.
typedef boost::shared_ptr< class RecordSessionWidget > cx::RecordSessionWidgetPtr |
Definition at line 33 of file cxRecordSessionWidget.h.
typedef boost::shared_ptr<class StringPropertySelectRecordSessionBase> cx::StringPropertySelectRecordSessionBasePtr |
Definition at line 47 of file cxStringPropertySelectRecordSession.h.
typedef boost::shared_ptr<class StringPropertySelectRecordSession> cx::StringPropertySelectRecordSessionPtr |
Definition at line 50 of file cxStringPropertySelectRecordSession.h.
typedef std::map< double, Transform3D > cx::TimedTransformMap |
Definition at line 36 of file cxRecordSession.h.
typedef boost::shared_ptr< USAcquisition > cx::USAcquisitionPtr |
Definition at line 23 of file cxAcquisitionImplService.h.
typedef boost::shared_ptr< USSavingRecorder > cx::USSavingRecorderPtr |
Definition at line 28 of file cxUSAcquisition.h.