Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
Plugins/org.mitk.matchpoint.core.helper/src/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 
18 #ifndef QMITK_ALGORITHM_SETTINGS_CONFIG_H
19 #define QMITK_ALGORITHM_SETTINGS_CONFIG_H
20 
21 #include <QWidget>
22 #include <QSortFilterProxyModel>
23 
24 #include <mapDeploymentDLLInfo.h>
25 
26 #include "mitkQMAPAlgorithmModel.h"
27 
29 
30 #include "ui_QmitkAlgorithmSettingsConfig.h"
31 
36 class MITK_MATCHPOINT_CORE_HELPER_EXPORT QmitkAlgorithmSettingsConfig : public QWidget, 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)
Widget that views the information and profile of an algorithm stored in an DLLInfo object...
#define MITK_MATCHPOINT_CORE_HELPER_EXPORT