32 #if defined(Statistics_RECURSES) 
   33 #error Recursive header files inclusion detected in Statistics.h 
   34 #else // defined(Statistics_RECURSES) 
   36 #define Statistics_RECURSES 
   38 #if !defined Statistics_h 
   45 #include "DGtal/base/Common.h" 
   65   template <
typename RealNumberType>
 
  125     RealNumberType 
mean() 
const;
 
  140     RealNumberType 
max() 
const;
 
  145     RealNumberType 
min() 
const;
 
  181     template <
class Iter>
 
  208     void selfDisplay( std::ostream & that_stream ) 
const;
 
  286   template <
typename RealNumberType>
 
  297 #include "DGtal/base/Statistic.ih" 
  302 #endif // !defined Statistic_h 
  304 #undef Statistic_RECURSES 
  305 #endif // else defined(Statistic_RECURSES)