Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
QmitkMapperSettingsWidget Class Reference

Widget that views the information and profile of an algorithm stored in an DLLInfo object. More...

#include <QmitkMapperSettingsWidget.h>

Inheritance diagram for QmitkMapperSettingsWidget:
Collaboration diagram for QmitkMapperSettingsWidget:

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=nullptr)
 
void ConfigureJobSettings (QmitkMappingJobSettings *settings)
 

Protected Slots

void OnLinkSampleFactorChecked ()
 
void OnXFactorChanged (double d)
 

Protected Attributes

bool m_MaskMode
 
bool m_allowSampling
 

Detailed Description

Widget that views the information and profile of an algorithm stored in an DLLInfo object.

Definition at line 27 of file QmitkMapperSettingsWidget.h.

Constructor & Destructor Documentation

◆ QmitkMapperSettingsWidget()

QmitkMapperSettingsWidget::QmitkMapperSettingsWidget ( QWidget *  parent = nullptr)

Member Function Documentation

◆ 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).

Definition at line 102 of file QmitkMapperSettingsWidget.cpp.

References m_allowSampling.

◆ ConfigureJobSettings()

◆ OnLinkSampleFactorChecked

void QmitkMapperSettingsWidget::OnLinkSampleFactorChecked ( )
protectedslot

Definition at line 71 of file QmitkMapperSettingsWidget.cpp.

Referenced by QmitkMapperSettingsWidget().

◆ OnXFactorChanged

void QmitkMapperSettingsWidget::OnXFactorChanged ( double  d)
protectedslot

Definition at line 62 of file QmitkMapperSettingsWidget.cpp.

Referenced by QmitkMapperSettingsWidget().

◆ 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.

Definition at line 83 of file QmitkMapperSettingsWidget.cpp.

References m_MaskMode.

Member Data Documentation

◆ m_allowSampling

bool QmitkMapperSettingsWidget::m_allowSampling
protected

Definition at line 62 of file QmitkMapperSettingsWidget.h.

Referenced by AllowSampling().

◆ m_MaskMode

bool QmitkMapperSettingsWidget::m_MaskMode
protected

Definition at line 61 of file QmitkMapperSettingsWidget.h.

Referenced by SetMaskMode().


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