A dialog used to execute image classification.
More...
#include <ClassifierDialog.h>
A dialog used to execute image classification.
Definition at line 64 of file ClassifierDialog.h.
te::qt::widgets::ClassifierDialog::ClassifierDialog |
( |
const te::rst::Raster * |
inputRasterPtr, |
|
|
std::vector< te::gm::Polygon * > |
inputPolygons, |
|
|
const std::string & |
outpuRasterDSType, |
|
|
const std::map< std::string, std::string > & |
outpuRasterInfo, |
|
|
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Constructs a basic dialog which is a child of parent, with widget flags set to f.
- Parameters
-
inputRasterPtr | Input raster pointer. |
inputPolygons | Vector of input polygons. |
outpuRasterDSType | Output raster data source type (as described in te::rst::RasterFactory). |
outpuRasterInfo | The necessary information to create the raster (as described in te::rst::RasterFactory). |
parent | Parent widget pointer. |
f | Widget flags. |
te::qt::widgets::ClassifierDialog::~ClassifierDialog |
( |
| ) |
|
bool te::qt::widgets::ClassifierDialog::getOutputRaster |
( |
boost::shared_ptr< te::rst::Raster > & |
outputRasterPtr | ) |
|
Returns the output result raster.
- Parameters
-
outputRasterPtr | A pointer to the output result raster |
- Returns
- true if OK, false on errors.
void te::qt::widgets::ClassifierDialog::on_okPushButton_clicked |
( |
| ) |
|
|
protectedslot |
std::vector<te::gm::Polygon*> te::qt::widgets::ClassifierDialog::m_inputPolygons |
|
private |
std::string te::qt::widgets::ClassifierDialog::m_outpuRasterDSType |
|
private |
std::map<std::string, std::string> te::qt::widgets::ClassifierDialog::m_outpuRasterInfo |
|
private |
boost::shared_ptr<te::rst::Raster> te::qt::widgets::ClassifierDialog::m_outputRasterPtr |
|
private |
Ui::ClassifierForm* te::qt::widgets::ClassifierDialog::m_uiPtr |
|
private |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/widgets/rp/ClassifierDialog.h