26#ifndef __TERRALIB_STATISTICAL_INTERNAL_STATISTICSDIALOG_H
27#define __TERRALIB_STATISTICAL_INTERNAL_STATISTICSDIALOG_H
41namespace Ui {
class StatisticsDialogForm; }
88 std::unique_ptr<Ui::StatisticsDialogForm>
m_ui;
A dataset is the unit of information manipulated by the data access module of TerraLib.
std::map< te::stat::StatisticalSummary, std::string > StaticalSummaryMap
void onCancelPushButtonClicked()
std::unique_ptr< Ui::StatisticsDialogForm > m_ui
std::vector< std::string > getStringData(const int propType)
std::vector< double > getNumericData(const int proType)
void setStatistics(te::da::DataSet *dataSet, const std::string prop)
void onSavePushButtonClicked()
StatisticsDialog(QWidget *parent=0, Qt::WindowFlags f=0)
std::size_t getPropertyIndex()
Namespace for the DataAccess API of TerraLib.
This is the namespace for the Statistics module.
Enumerations related to Vector Processing module.
Configuration flags for the Terrralib Statistic module.
#define TESTATEXPORT
You can use this macro in order to export/import classes and functions from this module.