26#ifndef __TERRALIB_STATISTICAL_CORE_INTERNAL_NUMERICSTATISTICALSUMMARY_H
27#define __TERRALIB_STATISTICAL_CORE_INTERNAL_NUMERICSTATISTICALSUMMARY_H
This is the namespace for the Statistics module.
std::map< double, double > m_totalAreaByClass
NumericStatisticalSummary(const NumericStatisticalSummary &rhs)
Copy constructor.
~NumericStatisticalSummary()
Destructor.
NumericStatisticalSummary()
Constructor.
std::map< double, double > m_percentEachClass
void clear()
Clear the structure.
std::vector< double > m_mode
NumericStatisticalSummary & operator=(const NumericStatisticalSummary &rhs)
Assignment operator.
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.