26 #ifndef __TERRALIB_STATISTICAL_CORE_INTERNAL_NUMERICSTATISTICALSUMMARY_H
27 #define __TERRALIB_STATISTICAL_CORE_INTERNAL_NUMERICSTATISTICALSUMMARY_H
A structure to hold the set of statistics from a set of numerical values.
std::map< double, double > m_totalAreaByClass
NumericStatisticalSummary(const NumericStatisticalSummary &rhs)
Copy constructor.
~NumericStatisticalSummary()
Destructor.
NumericStatisticalSummary()
Constructor.
std::map< double, double > m_percentEachClass
NumericStatisticalSummary & operator=(const NumericStatisticalSummary &rhs)
Assignment operator.
void clear()
Clear the structure.
std::vector< double > m_mode
#define TESTATEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).