Go to the documentation of this file.
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>
139 #endif //# CASACORE_NO_AUTO_TEMPLATES
SincParam(const T &height, const T ¢er, const T &width)
SincParam()
Constructs the Sinc, Defaults: height=1, center=0, width=1.
virtual uInt ndim() const
virtual ~SincParam()
Destructor.
SincParam(const T &height)
A one dimensional sin(x)/x.
virtual const String & name() const
Give name of function.
this file contains all the compiler specific defines
SincParam(const SincParam< W > &other)
SincParam(const SincParam< T > &other)
Copy constructor (deep copy)
Numerical functional interface class.
String: the storage and methods of handling collections of characters.
SincParam< T > & operator=(const SincParam< T > &other)
Copy assignment (deep copy)
SincParam(const T &height, const T ¢er)