26#ifndef SCIMATH_GNOISEFUNCTION_H 
   27#define SCIMATH_GNOISEFUNCTION_H 
   30#include <casacore/casa/aips.h> 
   31#include <casacore/scimath/Functionals/GNoiseParam.h> 
   32#include <casacore/scimath/Functionals/Function.h> 
  128#ifndef CASACORE_NO_AUTO_TEMPLATES 
  129#include <casacore/scimath/Functionals/GNoiseFunction.tcc> 
FunctionParam< T > param_p
The parameters and masks.
 
GNoiseFunction(const Double &mean, const Double &var)
 
virtual T eval(typename Function< T >::FunctionArg x) const
Evaluate the GNoise at x.
 
virtual ~GNoiseFunction()
Destructor.
 
GNoiseFunction< T > & operator=(const GNoiseFunction< T > &other)
Copy assignment (deep copy)
 
GNoiseFunction(const GNoiseFunction< W > &other)
 
GNoiseFunction()
Constructs the GNoise, Defaults: mean=0, var=1.0.
 
virtual Function< T > * clone() const
Return a copy of this object from the heap.
 
GNoiseFunction(const GNoiseFunction< T > &other)
Copy constructor (deep copy)
 
Normal noise_p
Normal noise.
 
GNoiseParam< T > & operator=(const GNoiseParam< T > &other)
Copy assignment (deep copy)
 
this file contains all the compiler specific defines
 
LatticeExprNode mean(const LatticeExprNode &expr)