Medical Imaging Interaction Toolkit  2016.11.0
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=0)
 
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 31 of file QmitkMapperSettingsWidget.h.

Constructor & Destructor Documentation

QmitkMapperSettingsWidget::QmitkMapperSettingsWidget ( QWidget *  parent = 0)

Member Function Documentation

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 106 of file QmitkMapperSettingsWidget.cpp.

References m_allowSampling.

void QmitkMapperSettingsWidget::OnLinkSampleFactorChecked ( )
protectedslot

Definition at line 75 of file QmitkMapperSettingsWidget.cpp.

Referenced by QmitkMapperSettingsWidget().

void QmitkMapperSettingsWidget::OnXFactorChanged ( double  d)
protectedslot

Definition at line 66 of file QmitkMapperSettingsWidget.cpp.

Referenced by QmitkMapperSettingsWidget().

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 87 of file QmitkMapperSettingsWidget.cpp.

References m_MaskMode.

Member Data Documentation

bool QmitkMapperSettingsWidget::m_allowSampling
protected

Definition at line 66 of file QmitkMapperSettingsWidget.h.

Referenced by AllowSampling().

bool QmitkMapperSettingsWidget::m_MaskMode
protected

Definition at line 65 of file QmitkMapperSettingsWidget.h.

Referenced by SetMaskMode().


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