26 #ifndef __TERRALIB_STATISTICAL_INTERNAL_STATISTICSDIALOG_H    27 #define __TERRALIB_STATISTICAL_INTERNAL_STATISTICSDIALOG_H    30 #include "../core/Config.h"    31 #include "../core/Enums.h"    41 namespace Ui { 
class StatisticsDialogForm; }
    70         std::size_t getPropertyIndex();
    72         std::vector<std::string> getStringData(
const int propType);
    74         std::vector<double> getNumericData(
const int proType);
    80         void onSavePushButtonClicked();
    82         void onCancelPushButtonClicked();
    88         std::unique_ptr<Ui::StatisticsDialogForm> 
m_ui;
    95 #endif  // __TERRALIB_STATISTICAL_INTERNAL_STATISTICSDIALOG_H 
std::map< te::stat::StatisticalSummary, std::string > StaticalSummaryMap
 
std::unique_ptr< Ui::StatisticsDialogForm > m_ui
 
#define TESTATEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib.