Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Widget allowing to connect to different ToF / range cameras (located in module ToFProcessing) More...
#include <QmitkToFMESAParameterWidget.h>
Signals | |
void | ToFCameraConnected () |
This signal is sent if the user has connected the TOF camera. The ToFImageGrabber is now availiable if the method GetToFImageGrabber() is called. More... | |
void | ToFCameraDisconnected () |
This signal is sent if the user has disconnect the TOF camera. More... | |
void | ToFCameraStart () |
signal that is emitted when the ToF camera is started More... | |
void | ToFCameraStop () |
signal that is emitted when the ToF camera is stopped More... | |
void | ToFCameraSelected (int) |
signal that is emitted when a ToF camera is selected in the combo box More... | |
Public Member Functions | |
QmitkToFMESAParameterWidget (QWidget *p=0, Qt::WindowFlags f1=0) | |
virtual | ~QmitkToFMESAParameterWidget () |
virtual void | CreateQtPartControl (QWidget *parent) |
virtual void | CreateConnections () |
mitk::ToFImageGrabber * | GetToFImageGrabber () |
returns the ToFImageGrabber which was configured after selecting a camera / player More... | |
void | SetToFImageGrabber (mitk::ToFImageGrabber *aToFImageGrabber) |
sets the ToFImageGrabber which was configured after selecting a camera / player More... | |
void | ActivateAllParameters () |
activate camera settings according to the parameters from GUI More... | |
Static Public Attributes | |
static const std::string | VIEW_ID |
Protected Slots | |
void | OnChangeIntegrationTimeSpinBox (int value) |
slot updating the member m_IntegrationTime and the parameter "integration time" of the current ToFImageGrabber More... | |
void | OnChangeModulationFrequencyComboBox (int index) |
slot updating the member m_ModulationFrequency and the parameter "modulation frequency" of the current ToFImageGrabber More... | |
void | OnChangeFPNCheckBox (bool checked) |
void | OnChangeConvGrayCheckBox (bool checked) |
void | OnChangeMedianCheckBox (bool checked) |
void | OnChangeANFCheckBox (bool checked) |
Protected Attributes | |
Ui::QmitkToFMESAParameterWidgetControls * | m_Controls |
member holding the UI elements of this widget More... | |
mitk::ToFImageGrabber * | m_ToFImageGrabber |
member holding the current ToFImageGrabber More... | |
int | m_IntegrationTime |
member for the current integration time of the ToF device More... | |
int | m_ModulationFrequency |
member for the current modulation frequency of the ToF device More... | |
Widget allowing to connect to different ToF / range cameras (located in module ToFProcessing)
The widget basically allows to connect/disconnect to different ToF cameras
Definition at line 36 of file QmitkToFMESAParameterWidget.h.
QmitkToFMESAParameterWidget::QmitkToFMESAParameterWidget | ( | QWidget * | p = 0 , |
Qt::WindowFlags | f1 = 0 |
||
) |
Definition at line 30 of file QmitkToFMESAParameterWidget.cpp.
References CreateQtPartControl(), m_Controls, m_IntegrationTime, m_ModulationFrequency, and m_ToFImageGrabber.
|
virtual |
Definition at line 40 of file QmitkToFMESAParameterWidget.cpp.
void QmitkToFMESAParameterWidget::ActivateAllParameters | ( | ) |
activate camera settings according to the parameters from GUI
Definition at line 78 of file QmitkToFMESAParameterWidget.cpp.
References m_Controls, m_IntegrationTime, m_ModulationFrequency, m_ToFImageGrabber, mitk::ToFImageGrabber::SetBoolProperty(), mitk::ToFImageGrabber::SetIntegrationTime(), and mitk::ToFImageGrabber::SetModulationFrequency().
|
virtual |
Definition at line 55 of file QmitkToFMESAParameterWidget.cpp.
References m_Controls, OnChangeANFCheckBox(), OnChangeConvGrayCheckBox(), OnChangeFPNCheckBox(), OnChangeIntegrationTimeSpinBox(), OnChangeMedianCheckBox(), and OnChangeModulationFrequencyComboBox().
Referenced by CreateQtPartControl().
|
virtual |
Definition at line 44 of file QmitkToFMESAParameterWidget.cpp.
References CreateConnections(), and m_Controls.
Referenced by QmitkToFMESAParameterWidget().
mitk::ToFImageGrabber * QmitkToFMESAParameterWidget::GetToFImageGrabber | ( | ) |
returns the ToFImageGrabber which was configured after selecting a camera / player
Definition at line 68 of file QmitkToFMESAParameterWidget.cpp.
References m_ToFImageGrabber.
|
protectedslot |
Definition at line 123 of file QmitkToFMESAParameterWidget.cpp.
References m_ToFImageGrabber, and mitk::ToFImageGrabber::SetBoolProperty().
Referenced by CreateConnections().
|
protectedslot |
Definition at line 113 of file QmitkToFMESAParameterWidget.cpp.
References m_ToFImageGrabber, and mitk::ToFImageGrabber::SetBoolProperty().
Referenced by CreateConnections().
|
protectedslot |
Definition at line 108 of file QmitkToFMESAParameterWidget.cpp.
References m_ToFImageGrabber, and mitk::ToFImageGrabber::SetBoolProperty().
Referenced by CreateConnections().
|
protectedslot |
slot updating the member m_IntegrationTime and the parameter "integration time" of the current ToFImageGrabber
Definition at line 128 of file QmitkToFMESAParameterWidget.cpp.
References mitk::ToFImageGrabber::IsCameraActive(), m_Controls, m_IntegrationTime, m_ToFImageGrabber, mitk::ToFImageGrabber::SetIntegrationTime(), mitk::ToFImageGrabber::StartCamera(), and mitk::ToFImageGrabber::StopCamera().
Referenced by CreateConnections().
|
protectedslot |
Definition at line 118 of file QmitkToFMESAParameterWidget.cpp.
References m_ToFImageGrabber, and mitk::ToFImageGrabber::SetBoolProperty().
Referenced by CreateConnections().
|
protectedslot |
slot updating the member m_ModulationFrequency and the parameter "modulation frequency" of the current ToFImageGrabber
Definition at line 147 of file QmitkToFMESAParameterWidget.cpp.
References mitk::ToFImageGrabber::IsCameraActive(), m_ModulationFrequency, m_ToFImageGrabber, mitk::ToFImageGrabber::SetModulationFrequency(), mitk::ToFImageGrabber::StartCamera(), and mitk::ToFImageGrabber::StopCamera().
Referenced by CreateConnections().
void QmitkToFMESAParameterWidget::SetToFImageGrabber | ( | mitk::ToFImageGrabber * | aToFImageGrabber | ) |
sets the ToFImageGrabber which was configured after selecting a camera / player
Definition at line 73 of file QmitkToFMESAParameterWidget.cpp.
References m_ToFImageGrabber.
|
signal |
This signal is sent if the user has connected the TOF camera. The ToFImageGrabber is now availiable if the method GetToFImageGrabber() is called.
|
signal |
This signal is sent if the user has disconnect the TOF camera.
|
signal |
signal that is emitted when a ToF camera is selected in the combo box
|
signal |
signal that is emitted when the ToF camera is started
|
signal |
signal that is emitted when the ToF camera is stopped
|
protected |
member holding the UI elements of this widget
Definition at line 115 of file QmitkToFMESAParameterWidget.h.
Referenced by ActivateAllParameters(), CreateConnections(), CreateQtPartControl(), OnChangeIntegrationTimeSpinBox(), and QmitkToFMESAParameterWidget().
|
protected |
member for the current integration time of the ToF device
Definition at line 119 of file QmitkToFMESAParameterWidget.h.
Referenced by ActivateAllParameters(), OnChangeIntegrationTimeSpinBox(), and QmitkToFMESAParameterWidget().
|
protected |
member for the current modulation frequency of the ToF device
Definition at line 120 of file QmitkToFMESAParameterWidget.h.
Referenced by ActivateAllParameters(), OnChangeModulationFrequencyComboBox(), and QmitkToFMESAParameterWidget().
|
protected |
member holding the current ToFImageGrabber
Definition at line 117 of file QmitkToFMESAParameterWidget.h.
Referenced by ActivateAllParameters(), GetToFImageGrabber(), OnChangeANFCheckBox(), OnChangeConvGrayCheckBox(), OnChangeFPNCheckBox(), OnChangeIntegrationTimeSpinBox(), OnChangeMedianCheckBox(), OnChangeModulationFrequencyComboBox(), QmitkToFMESAParameterWidget(), and SetToFImageGrabber().
|
static |
Definition at line 44 of file QmitkToFMESAParameterWidget.h.