26#ifndef SCIMATH_GNOISEPARAM_H 
   27#define SCIMATH_GNOISEPARAM_H 
   30#include <casacore/casa/aips.h> 
   31#include <casacore/scimath/Functionals/Function.h> 
   32#include <casacore/casa/BasicMath/Random.h> 
   33#include <casacore/casa/BasicSL/String.h> 
  125#ifndef CASACORE_NO_AUTO_TEMPLATES 
  126#include <casacore/scimath/Functionals/GNoiseParam.tcc> 
Additive number generator.
 
FunctionParam< T > param_p
The parameters and masks.
 
ACG genit_p
Random generator.
 
GNoiseParam()
Constructs the GNoise, Defaults: mean=0, var=1.0.
 
GNoiseParam(const Double &mean, const Double &var)
 
Normal noise_p
Normal noise.
 
virtual const String & name() const
Give name of function.
 
virtual ~GNoiseParam()
Destructor.
 
GNoiseParam< T > & operator=(const GNoiseParam< T > &other)
Copy assignment (deep copy)
 
GNoiseParam(const GNoiseParam< T > &other)
Copy constructor (deep copy)
 
virtual uInt ndim() const
Returns the number of dimensions of function.
 
Normal or Gaussian distribution.
 
String: the storage and methods of handling collections of characters.
 
this file contains all the compiler specific defines
 
LatticeExprNode mean(const LatticeExprNode &expr)