Widget that views the information and profile of an algorithm stored in an DLLInfo object.
More...
#include <QmitkMapperSettingsWidget.h>
|
| 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...
|
| |
Widget that views the information and profile of an algorithm stored in an DLLInfo object.
Definition at line 27 of file QmitkMapperSettingsWidget.h.
◆ QmitkMapperSettingsWidget()
| QmitkMapperSettingsWidget::QmitkMapperSettingsWidget |
( |
QWidget * |
parent = nullptr | ) |
|
◆ AllowSampling
| void QmitkMapperSettingsWidget::AllowSampling |
( |
bool |
allow | ) |
|
|
slot |
Slot that can be used to set the widget to a mode where super/sub sampling is allowed (true) or not (false).
◆ ConfigureJobSettings()
Configures the passed settings according to the current state of the widget.
- Parameters
-
- Precondition
- settings must point to a valid instance..
◆ OnLinkSampleFactorChecked
| void QmitkMapperSettingsWidget::OnLinkSampleFactorChecked |
( |
| ) |
|
|
protectedslot |
◆ OnXFactorChanged
| void QmitkMapperSettingsWidget::OnXFactorChanged |
( |
double |
d | ) |
|
|
protectedslot |
◆ SetMaskMode
| void QmitkMapperSettingsWidget::SetMaskMode |
( |
bool |
activeMask | ) |
|
|
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.
◆ m_allowSampling
| bool QmitkMapperSettingsWidget::m_allowSampling |
|
protected |
◆ m_MaskMode
| bool QmitkMapperSettingsWidget::m_MaskMode |
|
protected |
The documentation for this class was generated from the following file: