13 #ifndef MITKUSDiPhASProbesControls_H_HEADER_INCLUDED_ 14 #define MITKUSDiPhASProbesControls_H_HEADER_INCLUDED_ 16 #include "Framework.IBMT.US.CWrapper.h" 20 #include <itkObjectFactory.h> 44 virtual std::vector<USProbe::Pointer>
GetProbeSet();
83 #endif // MITKUSDiPhASProbesControls_H_HEADER_INCLUDED_ Implementation of mitk::USControlInterfaceProbes for DiPhAS ultrasound devices. See documentation of ...
virtual USProbe::Pointer GetSelectedProbe()
virtual unsigned int GetProbesCount() const
Interface defining methods for probe selection of ultrasound devices. It consists of methods for gett...
mitkNewMacro1Param(Self, itk::SmartPointer< USDiPhASDevice >)
bool CreateProbesCollection()
USDiPhASProbesControls(itk::SmartPointer< USDiPhASDevice > device)
DataCollection - Class to facilitate loading/accessing structured data.
virtual ~USDiPhASProbesControls()
std::vector< USDiPhASProbe::Pointer > m_ProbesSet
mitkClassMacro(USDiPhASProbesControls, USControlInterfaceProbes)
void ProbeRemoved(unsigned int index)
virtual void OnSelectProbe(unsigned int index)
Virtual method which is called inside mitk::USControlInterfaceProbes::SelectProbe(). Implement this method to handle the actual selecting of the probe at the device api.
virtual void SetIsActive(bool)
void ProbeAdded(unsigned int index)
virtual bool GetIsActive()
itk::SmartPointer< USDiPhASDevice > m_DiPhASDevice
virtual std::vector< USProbe::Pointer > GetProbeSet()
unsigned int m_SelectedProbeIndex