23 #ifndef GaussianStretch_h 
   24 #define GaussianStretch_h 
   56       double Map(
const double value) 
const;
 
double Map(const double value) const 
Maps an input value to an output value based on the gaussian distribution. 
 
This class is used to accumulate statistics on double arrays. 
 
Container of a cube histogram. 
 
GaussianStretch(Histogram &histogram, const double mean=0.0, const double standardDeviation=1.0)
Constructs a gaussian stretch object. 
 
Stretch p_stretch
Value of the mean.