Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Implementation of mitk::USControlInterfaceDoppler for Telemed ultrasound devices. See documentation of mitk::USControlInterfaceBMode for a description of the interface methods. More...
#include <mitkUSTelemedDopplerControls.h>
Public Member Functions | |
mitkClassMacro (USTelemedDopplerControls, USControlInterfaceDoppler) | |
mitkNewMacro1Param (Self, itk::SmartPointer< USTelemedDevice >) | |
virtual void | SetIsActive (bool) |
virtual bool | GetIsActive () |
Public Member Functions inherited from mitk::USControlInterfaceDoppler | |
mitkClassMacro (USControlInterfaceDoppler, USAbstractControlInterface) | |
Public Member Functions inherited from mitk::USAbstractControlInterface | |
mitkClassMacroItkParent (USAbstractControlInterface, itk::Object) | |
Protected Member Functions | |
USTelemedDopplerControls (itk::SmartPointer< USTelemedDevice > device) | |
virtual | ~USTelemedDopplerControls () |
Protected Member Functions inherited from mitk::USControlInterfaceDoppler | |
USControlInterfaceDoppler (itk::SmartPointer< USDevice > device) | |
virtual | ~USControlInterfaceDoppler () |
Protected Member Functions inherited from mitk::USAbstractControlInterface | |
USAbstractControlInterface (itk::SmartPointer< USDevice > device) | |
virtual | ~USAbstractControlInterface () |
Protected Attributes | |
bool | m_IsActive |
Protected Attributes inherited from mitk::USAbstractControlInterface | |
itk::SmartPointer< USDevice > | m_Device |
Implementation of mitk::USControlInterfaceDoppler for Telemed ultrasound devices. See documentation of mitk::USControlInterfaceBMode for a description of the interface methods.
This implementation does nothing, yet!
Definition at line 33 of file mitkUSTelemedDopplerControls.h.
|
protected |
Definition at line 21 of file mitkUSTelemedDopplerControls.cpp.
|
protectedvirtual |
Definition at line 26 of file mitkUSTelemedDopplerControls.cpp.
|
virtual |
Method must be implemented in every control interface to tell the caller if the interface is currently activated or deactivated.
Implements mitk::USAbstractControlInterface.
Definition at line 35 of file mitkUSTelemedDopplerControls.cpp.
mitk::USTelemedDopplerControls::mitkClassMacro | ( | USTelemedDopplerControls | , |
USControlInterfaceDoppler | |||
) |
mitk::USTelemedDopplerControls::mitkNewMacro1Param | ( | Self | , |
itk::SmartPointer< USTelemedDevice > | |||
) |
|
virtual |
Method must be implemented in every control interface to handle all activities which should be done on activating and deactivating the concrete control interface.
isActive | whether the control interface should be activated or deactivated |
Implements mitk::USAbstractControlInterface.
Definition at line 30 of file mitkUSTelemedDopplerControls.cpp.
|
protected |
Definition at line 46 of file mitkUSTelemedDopplerControls.h.