28#ifndef SCIMATH_SINCPARAM_H
29#define SCIMATH_SINCPARAM_H
32#include <casacore/casa/aips.h>
33#include <casacore/casa/BasicSL/String.h>
34#include <casacore/scimath/Functionals/Function.h>
101 SincParam(
const T &height,
const T ¢er,
const T &width);
137#ifndef CASACORE_NO_AUTO_TEMPLATES
138#include <casacore/scimath/Functionals/SincParam.tcc>
FunctionParam< T > param_p
The parameters and masks.
uInt nparameters() const
Returns the number of parameters.
SincParam(const T &height)
SincParam(const T &height, const T ¢er)
SincParam()
Constructs the Sinc, Defaults: height=1, center=0, width=1.
virtual uInt ndim() const
Returns the number of dimensions of function.
virtual const String & name() const
Give name of function.
SincParam(const SincParam< T > &other)
Copy constructor (deep copy)
SincParam< T > & operator=(const SincParam< T > &other)
Copy assignment (deep copy)
virtual ~SincParam()
Destructor.
SincParam(const T &height, const T ¢er, const T &width)
SincParam(const SincParam< W > &other)
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines