Loading...
Searching...
No Matches
MultiSourceClassifierSecondDialog.h
Go to the documentation of this file.
1/* Copyright (C) 2011-2012 National Institute For Space Research (INPE) - Brazil.
2
3 This file is part of the TerraLib - a Framework for building GIS enabled applications.
4
5 TerraLib is free software: you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as published by
7 the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version.
9
10 TerraLib is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU Lesser General Public License for more details.
14
15 You should have received a copy of the GNU Lesser General Public License
16 along with TerraLib. See COPYING. If not, write to
17 TerraLib Team at <terralib-team@terralib.org>.
18 */
19
20 /*!
21 \file terralib/vp/qt/MultiSourceClassifierSecondDialog.h
22
23 \brief A second dialog for MultiSourceClassifier operation
24*/
25
26#ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_MULTISOURCECLASSIFIERSECONDDIALOG_H
27#define __TERRALIB_QT_WIDGETS_RP_INTERNAL_MULTISOURCECLASSIFIERSECONDDIALOG_H
28
29// TerraLib
30#include "../../Config.h"
31
32// STL
33#include <list>
34#include <map>
35#include <memory>
36
37// Qt
38#include <QDialog>
39#include <QComboBox>
40#include <QToolButton>
41
42
43// Forward user interface declaration
44namespace Ui
45{
46 class MultiSourceClassifierSecondDialogForm;
47}
48
49namespace te
50{
51 namespace qt
52 {
53 namespace widgets
54 {
56
57 Q_OBJECT
58
59 public:
60
62 {
64 COVARIANCE_MATRIX
65 };
66
68
69 std::map<std::string, std::string> m_rasterInfo;
70
72
73 unsigned int m_parameters;
74
76
77 std::string m_model;
78
79 std::string m_dataTypeWishart;
80
82
83 double m_beta;
84
86
88
89 double m_ENL;
90
91 std::auto_ptr< Ui::MultiSourceClassifierSecondDialogForm > m_ui;
92
93 MultiSourceClassifierSecondDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
94
96
97 protected slots:
98
100
102
104
106
108
110
112
114
116
118
120
122
124
126
127 private:
128
130
131// std::list<te::map::AbstractLayerPtr> m_layerList;
132
133 std::map<QComboBox*, int> m_cmbMap;
134 std::map<QToolButton*, int> m_buttonMap;
135 std::map<QLineEdit*, int> m_lineEditMap;
136 };
137 } // end namespace widgets
138 } //end namespace qt
139} // end namespace te
140
141#endif
142
143
MultiSourceClassifierSecondDialog(QWidget *parent=0, Qt::WindowFlags f=0)
std::auto_ptr< Ui::MultiSourceClassifierSecondDialogForm > m_ui
An abstract class for raster data strucutures.
Definition: Raster.h:72
TerraLib.
#define slots
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module.
Definition: Config.h:63