A dialog used to execute image segmentation.
More...
#include <SegmenterDialog.h>
A dialog used to execute image segmentation.
Definition at line 62 of file SegmenterDialog.h.
te::qt::widgets::SegmenterDialog::SegmenterDialog |
( |
te::rst::Raster const * |
inputRasterPtr, |
|
|
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. |
outpuRasterDSType | Output raster data source type (as described in te::raster::RasterFactory ). |
outpuRasterInfo | The necessary information to create the raster (as described in te::raster::RasterFactory). |
te::qt::widgets::SegmenterDialog::~SegmenterDialog |
( |
| ) |
|
bool te::qt::widgets::SegmenterDialog::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::SegmenterDialog::on_okPushButton_clicked |
( |
| ) |
|
|
protectedslot |
std::string te::qt::widgets::SegmenterDialog::m_outpuRasterDSType |
|
private |
std::map< std::string, std::string > te::qt::widgets::SegmenterDialog::m_outpuRasterInfo |
|
private |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 102 of file SegmenterDialog.h.
boost::shared_ptr< te::rst::Raster > te::qt::widgets::SegmenterDialog::m_outputRasterPtr |
|
private |
The necessary information to create the raster (as described in te::raster::RasterFactory).
Definition at line 103 of file SegmenterDialog.h.
Ui::SegmenterForm* te::qt::widgets::SegmenterDialog::m_uiPtr |
|
private |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/qt/widgets/rp/SegmenterDialog.h