28 #ifndef SCIMATH_LORENTZIAN1DPARAM_H
29 #define SCIMATH_LORENTZIAN1DPARAM_H
205 #ifndef CASACORE_NO_AUTO_TEMPLATES
206 #include "Lorentzian1DParam.tcc"
207 #endif //# CASACORE_NO_AUTO_TEMPLATES
Parameter handling for one dimensional Lorentzian class.
FunctionParam< T > param_p
The parameters and masks.
T center() const
Get or set the center ordinate of the Lorentzian.
void setHeight(const T &height)
T flux() const
Get or set the analytical integrated area underneath the Lorentzian.
Lorentzian1DParam()
Constructs the one dimensional Lorentzians.
void setCenter(const T &cnter)
T width() const
Get or set the FWHM of the Lorentzian.
virtual const String & name() const
Give name of function.
Lorentzian1DParam(const Lorentzian1DParam< W > &other)
Numerical functional interface class for 1 dimension.
void setFlux(const T &flux)
T fwhm2int
Constant to scale halfwidth at 1/e to FWHM.
virtual ~Lorentzian1DParam()
Destructor.
String: the storage and methods of handling collections of characters.
void setWidth(const T &width)
Lorentzian1DParam< T > & operator=(const Lorentzian1DParam< T > &other)
Copy assignment (deep copy)
T height() const
Get or set the peak height of the Lorentzian.