Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkUSTelemedImageSource_h
14 #define mitkUSTelemedImageSource_h
34 itkFactorylessNewMacro(Self);
Usgfw2Lib::IUsgDataView * m_UsgDataView
virtual ~USTelemedImageSource()
Implementation of mitk::USImageSource for Telemed API devices. The method mitk::USImageSource::GetNex...
mitk::Image::Pointer m_Image
Find image slices visible on a given plane.
This is an abstract superclass for delivering USImages. Each subclass must implement the method mitk:...
USTelemedScanConverterPlugin * m_PluginCallback
Usgfw2Lib::IUsgDepth * m_DepthProperties
void UpdateImageGeometry()
Usgfw2Lib::IUsgImageProperties * m_ImageProperties
std::mutex * m_ImageMutex
Usgfw2Lib::IUsgScanConverterPlugin * m_Plugin
mitkClassMacro(USTelemedImageSource, USImageSource)
Telemed API plugin for getting images from scan lines. Implements a COM interface whereat only the fu...
bool CreateAndConnectConverterPlugin(Usgfw2Lib::IUsgDataView *, Usgfw2Lib::tagScanMode)
Connect this object to the Telemed API. This method is for being used by mitk::USTelemedDevice.
virtual void GetNextRawImage(std::vector< mitk::Image::Pointer > &)