Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
Modules/MatchPointRegistrationUI/Qmitk/QmitkAlgorithmSettingsConfig.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_ALGORITHM_SETTINGS_CONFIG_H
18 #define QMITK_ALGORITHM_SETTINGS_CONFIG_H
19 
20 #include <QSortFilterProxyModel>
21 #include <QWidget>
22 
23 #include <mapDeploymentDLLInfo.h>
24 
25 #include <QmitkMAPAlgorithmModel.h>
26 
28 
29 #include "ui_QmitkAlgorithmSettingsConfig.h"
30 
36  private Ui::QmitkAlgorithmSettingsConfig
37 {
38  Q_OBJECT
39 
40 public:
41  QmitkAlgorithmSettingsConfig(QWidget *parent = 0);
42 
47  void setAlgorithm(map::algorithm::RegistrationAlgorithmBase *alg);
48 
49  map::algorithm::RegistrationAlgorithmBase *getAlgorithm();
50 
51 protected:
54 
55  // control the properties of the selected algorithm
57  QSortFilterProxyModel *m_ProxyModel;
58 };
59 
60 #endif // QmitkAlgorithmSettingsConfig_H
itk::SmartPointer< Self > Pointer
map::algorithm::RegistrationAlgorithmBase * getAlgorithm()
void setAlgorithm(map::algorithm::RegistrationAlgorithmBase *alg)
#define MITKMATCHPOINTREGISTRATIONUI_EXPORT
Widget that views the information and profile of an algorithm stored in an DLLInfo object...