Medical Imaging Interaction Toolkit
2016.11.0
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) | |
![]() | |
mitkClassMacroItkParent (USAbstractControlInterface, itk::Object) | |
virtual void | SetIsActive (bool isActive)=0 |
virtual bool | GetIsActive ()=0 |
Protected Member Functions | |
USControlInterfaceDoppler (itk::SmartPointer< USDevice > device) | |
virtual | ~USControlInterfaceDoppler () |
![]() | |
USAbstractControlInterface (itk::SmartPointer< USDevice > device) | |
virtual | ~USAbstractControlInterface () |
Additional Inherited Members | |
![]() | |
itk::SmartPointer< 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 28 of file mitkUSControlInterfaceDoppler.h.
|
protected |
Definition at line 20 of file mitkUSControlInterfaceDoppler.cpp.
|
protectedvirtual |
Definition at line 25 of file mitkUSControlInterfaceDoppler.cpp.
mitk::USControlInterfaceDoppler::mitkClassMacro | ( | USControlInterfaceDoppler | , |
USAbstractControlInterface | |||
) |