26#ifndef __TERRALIB_STATISTICAL_INTERNAL_STATISTICSDIALOG_H 
   27#define __TERRALIB_STATISTICAL_INTERNAL_STATISTICSDIALOG_H 
   30#include "../core/Config.h" 
   31#include "../core/Enums.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()
 
#define TESTATEXPORT
You can use this macro in order to export/import classes and functions from this module.