Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
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) | |
Public Member Functions inherited from mitk::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 | |
Protected Member Functions inherited from mitk::USAbstractControlInterface | |
USAbstractControlInterface (itk::SmartPointer< USDevice > device) | |
~USAbstractControlInterface () override | |
Additional Inherited Members | |
Protected Attributes inherited from mitk::USAbstractControlInterface | |
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 |
|
overrideprotected |
mitk::USControlInterfaceDoppler::mitkClassMacro | ( | USControlInterfaceDoppler | , |
USAbstractControlInterface | |||
) |