MITK-IGT
IGT Extension of MITK
|
Interface defining methods for scanning mode doppler of ultrasound devices. There are no methods defined, yet! At the moment, this is just an empty interface. More...
#include <mitkUSControlInterfaceDoppler.h>
Public Member Functions | |
mitkClassMacro (USControlInterfaceDoppler, USAbstractControlInterface) | |
![]() | |
mitkClassMacroItkParent (USAbstractControlInterface, itk::Object) | |
virtual void | SetIsActive (bool isActive)=0 |
virtual bool | GetIsActive ()=0 |
Protected Member Functions | |
USControlInterfaceDoppler (itk::SmartPointer< USDevice > device) | |
~USControlInterfaceDoppler () override | |
![]() | |
USAbstractControlInterface (itk::SmartPointer< USDevice > device) | |
~USAbstractControlInterface () override | |
Additional Inherited Members | |
![]() | |
itk::WeakPointer< USDevice > | m_Device |
Interface defining methods for scanning mode doppler of ultrasound devices. There are no methods defined, yet! At the moment, this is just an empty interface.
Definition at line 24 of file mitkUSControlInterfaceDoppler.h.
|
protected |
Definition at line 16 of file mitkUSControlInterfaceDoppler.cpp.
|
overrideprotected |
Definition at line 21 of file mitkUSControlInterfaceDoppler.cpp.
mitk::USControlInterfaceDoppler::mitkClassMacro | ( | USControlInterfaceDoppler | , |
USAbstractControlInterface | ) |