27 #ifndef SCIMATH_POISSONPARAM_H
28 #define SCIMATH_POISSONPARAM_H
31 #include <casacore/casa/aips.h>
32 #include <casacore/scimath/Functionals/Function.h>
33 #include <casacore/casa/BasicSL/String.h>
120 static String x(
"poisson");
152 #ifndef CASACORE_NO_AUTO_TEMPLATES
153 #include <casacore/scimath/Functionals/PoissonParam.tcc>
FunctionParam< T > param_p
The parameters and masks.
void setLambda(const T &lambda)
PoissonParam()
Constructs the Poisson, Defaults: lambda=1.
T lambda() const
Get or set lambda.
void setHeight(const T &height)
virtual const String & name() const
Give name of function.
PoissonParam(const PoissonParam< W > &other)
virtual ~PoissonParam()
Destructor.
PoissonParam< T > & operator=(const PoissonParam< T > &other)
Copy assignment (deep copy)
PoissonParam(const PoissonParam< T > &other)
Copy constructor (deep copy)
PoissonParam(const T &lambda)
virtual uInt ndim() const
Returns the number of dimensions of function.
PoissonParam(const T &lambda, const T &height)
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines