|
MITK-IGT
IGT Extension of MITK
|
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) | |
| ~USControlInterfaceDoppler () override | |
Protected Member Functions inherited from mitk::USAbstractControlInterface | |
| USAbstractControlInterface (itk::SmartPointer< USDevice > device) | |
| ~USAbstractControlInterface () override | |
Protected Attributes | |
| bool | m_IsActive |
Protected Attributes inherited from mitk::USAbstractControlInterface | |
| itk::WeakPointer< 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 29 of file mitkUSTelemedDopplerControls.h.
|
protected |
Definition at line 17 of file mitkUSTelemedDopplerControls.cpp.
|
protectedvirtual |
Definition at line 22 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 31 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 26 of file mitkUSTelemedDopplerControls.cpp.
|
protected |
Definition at line 42 of file mitkUSTelemedDopplerControls.h.