Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
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 (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef QMITK_ALGORITHM_SETTINGS_CONFIG_H
14 #define QMITK_ALGORITHM_SETTINGS_CONFIG_H
15 
16 #include <QSortFilterProxyModel>
17 #include <QWidget>
18 
19 #include <mapDeploymentDLLInfo.h>
20 
21 #include <QmitkMAPAlgorithmModel.h>
22 
24 
25 #include "ui_QmitkAlgorithmSettingsConfig.h"
26 
32  private Ui::QmitkAlgorithmSettingsConfig
33 {
34  Q_OBJECT
35 
36 public:
37  QmitkAlgorithmSettingsConfig(QWidget *parent = nullptr);
38 
43  void setAlgorithm(map::algorithm::RegistrationAlgorithmBase *alg);
44 
45  map::algorithm::RegistrationAlgorithmBase *getAlgorithm();
46 
47 protected:
49  map::algorithm::RegistrationAlgorithmBase::Pointer m_currentAlg;
50 
51  // control the properties of the selected algorithm
53  QSortFilterProxyModel *m_ProxyModel;
54 };
55 
56 #endif // QmitkAlgorithmSettingsConfig_H
map::algorithm::RegistrationAlgorithmBase * getAlgorithm()
void setAlgorithm(map::algorithm::RegistrationAlgorithmBase *alg)
map::algorithm::RegistrationAlgorithmBase::Pointer m_currentAlg
#define MITKMATCHPOINTREGISTRATIONUI_EXPORT
QmitkMAPAlgorithmModel * m_AlgorithmModel
Widget that views the information and profile of an algorithm stored in an DLLInfo object...