A dialog used to execute mixture model decomposition.
More...
#include <MixtureModelDialog.h>
A dialog used to execute mixture model decomposition.
Definition at line 97 of file MixtureModelDialog.h.
te::qt::widgets::MixtureModelDialog::MixtureModelDialog |
( |
const te::map::DataSetLayerPtr & |
inputLayerPtr, |
|
|
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::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::MixtureModelDialog::~MixtureModelDialog |
( |
| ) |
|
bool te::qt::widgets::MixtureModelDialog::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::MixtureModelDialog::on_coordTracked_changed |
( |
QPointF & |
coordinate | ) |
|
|
protectedslot |
void te::qt::widgets::MixtureModelDialog::on_keyPressedOverMapDisplay |
( |
int |
key | ) |
|
|
protectedslot |
void te::qt::widgets::MixtureModelDialog::on_mapDisplay_extentChanged |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::MixtureModelDialog::on_okPushButton_clicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::MixtureModelDialog::on_removeButton_clicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::MixtureModelDialog::updateComponentsGrid |
( |
| ) |
|
|
protectedslot |
int te::qt::widgets::MixtureModelDialog::currentColumn |
|
private |
int te::qt::widgets::MixtureModelDialog::currentRow |
|
private |
std::map<std::string, std::vector<double> > te::qt::widgets::MixtureModelDialog::m_components |
|
private |
std::map<std::string, te::gm::Coord2D> te::qt::widgets::MixtureModelDialog::m_coordinates |
|
private |
CoordTracking* te::qt::widgets::MixtureModelDialog::m_coordTracking |
|
private |
const te::rst::Raster* te::qt::widgets::MixtureModelDialog::m_inputRasterPtr |
|
private |
unsigned int te::qt::widgets::MixtureModelDialog::m_maxComponentsInserted |
|
private |
std::string te::qt::widgets::MixtureModelDialog::m_outpuRasterDSType |
|
private |
std::map<std::string, std::string> te::qt::widgets::MixtureModelDialog::m_outpuRasterInfo |
|
private |
boost::shared_ptr<te::rst::Raster> te::qt::widgets::MixtureModelDialog::m_outputRasterPtr |
|
private |
Ui::MixtureModelForm* te::qt::widgets::MixtureModelDialog::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/MixtureModelDialog.h