28 #ifndef SCIMATH_SINCPARAM_H
29 #define SCIMATH_SINCPARAM_H
100 SincParam(
const T &height,
const T ¢er);
101 SincParam(
const T &height,
const T ¢er,
const T &width);
137 #ifndef CASACORE_NO_AUTO_TEMPLATES
138 #include <casacore/scimath/Functionals/SincParam.tcc>
139 #endif //# CASACORE_NO_AUTO_TEMPLATES
A one dimensional sin(x)/x.
SincParam(const SincParam< W > &other)
Numerical functional interface class.
virtual const String & name() const
Give name of function.
SincParam< T > & operator=(const SincParam< T > &other)
Copy assignment (deep copy)
virtual uInt ndim() const
Returns the number of dimensions of function.
String: the storage and methods of handling collections of characters.
virtual ~SincParam()
Destructor.
SincParam()
Constructs the Sinc, Defaults: height=1, center=0, width=1.