28 #ifndef SCIMATH_LORENTZIAN1DPARAM_H
29 #define SCIMATH_LORENTZIAN1DPARAM_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/BasicSL/String.h>
34 #include <casacore/scimath/Functionals/Function1D.h>
205 #ifndef CASACORE_NO_AUTO_TEMPLATES
206 #include "Lorentzian1DParam.tcc"
FunctionParam< T > param_p
The parameters and masks.
T center() const
Get or set the center ordinate of the Lorentzian.
void setWidth(const T &width)
Lorentzian1DParam< T > & operator=(const Lorentzian1DParam< T > &other)
Copy assignment (deep copy)
T width() const
Get or set the FWHM of the Lorentzian.
void setCenter(const T &cnter)
Lorentzian1DParam(const T &height, const T ¢er, const T &width)
Lorentzian1DParam(const Lorentzian1DParam< W > &other)
void setHeight(const T &height)
Lorentzian1DParam()
Constructs the one dimensional Lorentzians.
virtual const String & name() const
Give name of function.
Lorentzian1DParam(const T &height)
Lorentzian1DParam(const Lorentzian1DParam< T > &other)
Copy constructor (deep copy)
T flux() const
Get or set the analytical integrated area underneath the Lorentzian.
T fwhm2int
Constant to scale halfwidth at 1/e to FWHM.
void setFlux(const T &flux)
Lorentzian1DParam(const T &height, const T ¢er)
T height() const
Get or set the peak height of the Lorentzian.
virtual ~Lorentzian1DParam()
Destructor.
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines