Medical Imaging Interaction Toolkit  2023.12.99-63768887
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).

◆ ConfigureJobSettings()

void QmitkMapperSettingsWidget::ConfigureJobSettings ( QmitkMappingJobSettings settings)

Configures the passed settings according to the current state of the widget.

Parameters
settingsto a instance based on QmitkMappingJobSettings.
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.

Member Data Documentation

◆ m_allowSampling

bool QmitkMapperSettingsWidget::m_allowSampling
protected

Definition at line 62 of file QmitkMapperSettingsWidget.h.

◆ m_MaskMode

bool QmitkMapperSettingsWidget::m_MaskMode
protected

Definition at line 61 of file QmitkMapperSettingsWidget.h.


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