Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Widget that views the information and profile of an algorithm stored in an DLLInfo object. More...
#include <QmitkMapperSettingsWidget.h>
Public Slots | |
void | SetMaskMode (bool activeMask) |
Slot that can be used to set the mode for the mapping settings. Mask mode allows only nearest neighbour interpolation. It is needed for exmample when mapping segmentations. More... | |
void | AllowSampling (bool allow) |
Slot that can be used to set the widget to a mode where super/sub sampling is allowed (true) or not (false). More... | |
Public Member Functions | |
QmitkMapperSettingsWidget (QWidget *parent=0) | |
void | ConfigureJobSettings (QmitkMappingJobSettings *settings) |
Protected Slots | |
void | OnLinkSampleFactorChecked () |
void | OnXFactorChanged (double d) |
Protected Attributes | |
bool | m_MaskMode |
bool | m_allowSampling |
Widget that views the information and profile of an algorithm stored in an DLLInfo object.
Definition at line 31 of file QmitkMapperSettingsWidget.h.
QmitkMapperSettingsWidget::QmitkMapperSettingsWidget | ( | QWidget * | parent = 0 | ) |
Definition at line 21 of file QmitkMapperSettingsWidget.cpp.
References OnLinkSampleFactorChecked(), and OnXFactorChanged().
|
slot |
Slot that can be used to set the widget to a mode where super/sub sampling is allowed (true) or not (false).
Definition at line 106 of file QmitkMapperSettingsWidget.cpp.
References m_allowSampling.
void QmitkMapperSettingsWidget::ConfigureJobSettings | ( | QmitkMappingJobSettings * | settings | ) |
Configures the passed settings according to the current state of the widget.
pointer | to a instance based on QmitkMappingJobSettings. |
Definition at line 29 of file QmitkMapperSettingsWidget.cpp.
References mitk::ImageMappingInterpolator::BSpline_3, mitk::ImageMappingInterpolator::Linear, QmitkMappingJobSettings::m_allowUndefPixels, QmitkMappingJobSettings::m_allowUnregPixels, QmitkMappingJobSettings::m_errorValue, QmitkMappingJobSettings::m_InterpolatorLabel, QmitkMappingJobSettings::m_InterpolatorType, QmitkMappingJobSettings::m_paddingValue, mitk::ImageMappingInterpolator::NearestNeighbor, mitk::ImageMappingInterpolator::WSinc_Hamming, and mitk::ImageMappingInterpolator::WSinc_Welch.
|
protectedslot |
Definition at line 75 of file QmitkMapperSettingsWidget.cpp.
Referenced by QmitkMapperSettingsWidget().
|
protectedslot |
Definition at line 66 of file QmitkMapperSettingsWidget.cpp.
Referenced by QmitkMapperSettingsWidget().
|
slot |
Slot that can be used to set the mode for the mapping settings. Mask mode allows only nearest neighbour interpolation. It is needed for exmample when mapping segmentations.
Definition at line 87 of file QmitkMapperSettingsWidget.cpp.
References m_MaskMode.
|
protected |
Definition at line 66 of file QmitkMapperSettingsWidget.h.
Referenced by AllowSampling().
|
protected |
Definition at line 65 of file QmitkMapperSettingsWidget.h.
Referenced by SetMaskMode().