....
More...
#include <CloudDetectionDialog.h>
....
Definition at line 65 of file CloudDetectionDialog.h.
te::qt::widgets::CloudDetectionDialog::CloudDetectionDialog |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
te::qt::widgets::CloudDetectionDialog::~CloudDetectionDialog |
( |
| ) |
|
void te::qt::widgets::CloudDetectionDialog::applyPreview |
( |
| ) |
|
|
protected |
void te::qt::widgets::CloudDetectionDialog::closeEvent |
( |
QCloseEvent * |
e | ) |
|
|
protected |
void te::qt::widgets::CloudDetectionDialog::closeTool |
( |
| ) |
|
|
signal |
Function used to create the output data
std::auto_ptr<te::da::DataSetType> te::qt::widgets::CloudDetectionDialog::createDataSetType |
( |
std::string |
dataSetName, |
|
|
int |
srid |
|
) |
| |
|
protected |
Function used to create the output dataset type
void te::qt::widgets::CloudDetectionDialog::drawHistogram |
( |
| ) |
|
|
protected |
bool te::qt::widgets::CloudDetectionDialog::execute |
( |
| ) |
|
|
protected |
void te::qt::widgets::CloudDetectionDialog::getRasterFromROI |
( |
| ) |
|
|
protected |
void te::qt::widgets::CloudDetectionDialog::onCellChanged |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onCellClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onCellDoubleClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onCloudBandComboBoxActivated |
( |
int |
index | ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onCloudLayerComboBoxActivated |
( |
int |
index | ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onDownToolButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onEnvelopeAcquired |
( |
te::gm::Envelope |
env | ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onFilterCellChanged |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onFilterCellClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onFilterCellDoubleClicked |
( |
int |
row, |
|
|
int |
column |
|
) |
| |
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onNewROIPushButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onOkPushButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onPreviewCheckBoxToggled |
( |
bool |
isChecked | ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onSearchCloudLayerToolButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onSearchShadowLayerToolButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onShadowBandComboBoxActivated |
( |
int |
index | ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onShadowLayerComboBoxActivated |
( |
int |
index | ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onTargetDatasourceToolButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onTargetFileToolButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::CloudDetectionDialog::onUpToolButtonClicked |
( |
| ) |
|
|
protectedslot |
Function used to save the output dataset
void te::qt::widgets::CloudDetectionDialog::setCloudBands |
( |
| ) |
|
|
protected |
void te::qt::widgets::CloudDetectionDialog::setCloudMinMax |
( |
| ) |
|
|
protected |
void te::qt::widgets::CloudDetectionDialog::setShadowBands |
( |
| ) |
|
|
protected |
void te::qt::widgets::CloudDetectionDialog::setShadowMinMax |
( |
| ) |
|
|
protected |
bool te::qt::widgets::CloudDetectionDialog::vectorize |
( |
te::rst::Raster * |
raster, |
|
|
std::vector< te::gm::Geometry * > & |
geomVec, |
|
|
std::vector< double > & |
geomsValues |
|
) |
| |
|
protected |
std::vector<double> te::qt::widgets::CloudDetectionDialog::m_cloudMaxValue |
|
private |
std::vector<double> te::qt::widgets::CloudDetectionDialog::m_cloudMinValue |
|
private |
te::rst::Raster* te::qt::widgets::CloudDetectionDialog::m_cloudRasterPreview |
|
private |
int te::qt::widgets::CloudDetectionDialog::m_lastSelectedRow |
|
private |
std::string te::qt::widgets::CloudDetectionDialog::m_lastText |
|
private |
std::string te::qt::widgets::CloudDetectionDialog::m_outputDataSetName |
|
private |
std::vector<double> te::qt::widgets::CloudDetectionDialog::m_shadowMaxValue |
|
private |
std::vector<double> te::qt::widgets::CloudDetectionDialog::m_shadowMinValue |
|
private |
te::rst::Raster* te::qt::widgets::CloudDetectionDialog::m_shadowRasterPreview |
|
private |
std::auto_ptr<Ui::CloudDetectionDialogForm> te::qt::widgets::CloudDetectionDialog::m_ui |
|
private |
The documentation for this class was generated from the following file: