Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
QmitkMapperSettingsWidget.h
Go to the documentation of this file.
1
/*===================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
17
#ifndef QMITK_MAPPER_SETTINGS_WIDGET_H
18
#define QMITK_MAPPER_SETTINGS_WIDGET_H
19
20
#include <
MitkMatchPointRegistrationUIExports.h
>
21
22
#include "ui_QmitkMapperSettingsWidget.h"
23
#include <QWidget>
24
25
struct
QmitkMappingJobSettings
;
26
31
class
MITKMATCHPOINTREGISTRATIONUI_EXPORT
QmitkMapperSettingsWidget
:
public
QWidget,
32
private
Ui::QmitkMapperSettingsWidget
33
{
34
Q_OBJECT
35
36
public
:
37
QmitkMapperSettingsWidget
(QWidget *parent = 0);
38
45
void
ConfigureJobSettings(
QmitkMappingJobSettings
*settings);
46
47
public
Q_SLOTS:
52
void
SetMaskMode(
bool
activeMask);
53
57
void
AllowSampling(
bool
allow);
58
59
protected
Q_SLOTS:
60
void
OnLinkSampleFactorChecked();
61
62
void
OnXFactorChanged(
double
d);
63
64
protected
:
65
bool
m_MaskMode
;
66
bool
m_allowSampling
;
67
};
68
69
#endif // QmitkMapperSettingsWidget_H
QmitkMappingJobSettings
Definition:
QmitkMappingJob.h:38
QmitkMapperSettingsWidget::m_allowSampling
bool m_allowSampling
Definition:
QmitkMapperSettingsWidget.h:66
MITKMATCHPOINTREGISTRATIONUI_EXPORT
#define MITKMATCHPOINTREGISTRATIONUI_EXPORT
Definition:
MitkMatchPointRegistrationUIExports.h:15
QmitkMapperSettingsWidget
Widget that views the information and profile of an algorithm stored in an DLLInfo object...
Definition:
QmitkMapperSettingsWidget.h:31
MitkMatchPointRegistrationUIExports.h
QmitkMapperSettingsWidget::m_MaskMode
bool m_MaskMode
Definition:
QmitkMapperSettingsWidget.h:65
git
MITK
Modules
MatchPointRegistrationUI
Qmitk
QmitkMapperSettingsWidget.h
Generated on Fri Feb 3 2017 20:52:13 for Medical Imaging Interaction Toolkit by
1.8.9.1