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) | |
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) | |
virtual | ~USControlInterfaceDoppler () |
Protected Member Functions inherited from mitk::USAbstractControlInterface | |
USAbstractControlInterface (itk::SmartPointer< USDevice > device) | |
virtual | ~USAbstractControlInterface () |
Additional Inherited Members | |
Protected Attributes inherited from mitk::USAbstractControlInterface | |
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 | |||
) |