Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::USTelemedDopplerControls Class Reference

Implementation of mitk::USControlInterfaceDoppler for Telemed ultrasound devices. See documentation of mitk::USControlInterfaceBMode for a description of the interface methods. More...

#include <mitkUSTelemedDopplerControls.h>

Inheritance diagram for mitk::USTelemedDopplerControls:
Collaboration diagram for mitk::USTelemedDopplerControls:

Public Member Functions

 mitkClassMacro (USTelemedDopplerControls, USControlInterfaceDoppler)
 
 mitkNewMacro1Param (Self, itk::SmartPointer< USTelemedDevice >)
 
virtual void SetIsActive (bool)
 
virtual bool GetIsActive ()
 
- Public Member Functions inherited from mitk::USControlInterfaceDoppler
 mitkClassMacro (USControlInterfaceDoppler, USAbstractControlInterface)
 
- Public Member Functions inherited from mitk::USAbstractControlInterface
 mitkClassMacroItkParent (USAbstractControlInterface, itk::Object)
 

Protected Member Functions

 USTelemedDopplerControls (itk::SmartPointer< USTelemedDevice > device)
 
virtual ~USTelemedDopplerControls ()
 
- Protected Member Functions inherited from mitk::USControlInterfaceDoppler
 USControlInterfaceDoppler (itk::SmartPointer< USDevice > device)
 
virtual ~USControlInterfaceDoppler ()
 
- Protected Member Functions inherited from mitk::USAbstractControlInterface
 USAbstractControlInterface (itk::SmartPointer< USDevice > device)
 
virtual ~USAbstractControlInterface ()
 

Protected Attributes

bool m_IsActive
 
- Protected Attributes inherited from mitk::USAbstractControlInterface
itk::SmartPointer< USDevicem_Device
 

Detailed Description

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 33 of file mitkUSTelemedDopplerControls.h.

Constructor & Destructor Documentation

mitk::USTelemedDopplerControls::USTelemedDopplerControls ( itk::SmartPointer< USTelemedDevice device)
protected

Definition at line 21 of file mitkUSTelemedDopplerControls.cpp.

mitk::USTelemedDopplerControls::~USTelemedDopplerControls ( )
protectedvirtual

Definition at line 26 of file mitkUSTelemedDopplerControls.cpp.

Member Function Documentation

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.

Definition at line 35 of file mitkUSTelemedDopplerControls.cpp.

mitk::USTelemedDopplerControls::mitkClassMacro ( USTelemedDopplerControls  ,
USControlInterfaceDoppler   
)
mitk::USTelemedDopplerControls::mitkNewMacro1Param ( Self  ,
itk::SmartPointer< USTelemedDevice  
)
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
isActivewhether the control interface should be activated or deactivated

Implements mitk::USAbstractControlInterface.

Definition at line 30 of file mitkUSTelemedDopplerControls.cpp.

Member Data Documentation

bool mitk::USTelemedDopplerControls::m_IsActive
protected

Definition at line 46 of file mitkUSTelemedDopplerControls.h.


The documentation for this class was generated from the following files: