Implementation of mitk::USControlInterfaceDoppler for Telemed ultrasound devices. See documentation of mitk::USControlInterfaceBMode for a description of the interface methods.
More...
#include <mitkUSTelemedDopplerControls.h>
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.
◆ USTelemedDopplerControls()
◆ ~USTelemedDopplerControls()
virtual mitk::USTelemedDopplerControls::~USTelemedDopplerControls |
( |
| ) |
|
|
protectedvirtual |
◆ GetIsActive()
virtual bool mitk::USTelemedDopplerControls::GetIsActive |
( |
| ) |
|
|
virtual |
Method must be implemented in every control interface to tell the caller if the interface is currently activated or deactivated.
- Returns
- whether the control interface is active or not
Implements mitk::USAbstractControlInterface.
◆ mitkClassMacro()
◆ mitkNewMacro1Param()
◆ SetIsActive()
virtual void mitk::USTelemedDopplerControls::SetIsActive |
( |
bool |
isActive | ) |
|
|
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.
- Parameters
-
isActive | whether the control interface should be activated or deactivated |
Implements mitk::USAbstractControlInterface.
◆ m_IsActive
bool mitk::USTelemedDopplerControls::m_IsActive |
|
protected |
The documentation for this class was generated from the following file: