28 #ifndef SCIMATH_SINCFUNCTION_H
29 #define SCIMATH_SINCFUNCTION_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/scimath/Functionals/SincParam.h>
34 #include <casacore/scimath/Functionals/Function.h>
149 #ifndef CASACORE_NO_AUTO_TEMPLATES
150 #include <casacore/scimath/Functionals/SincFunction.tcc>
const ArgType * FunctionArg
SincFunction(const SincFunction< T > &other)
Copy constructor (deep copy)
SincFunction(const T &height)
SincFunction(const SincFunction< W > &other)
SincFunction()
Constructs the SincFunction, Defaults: height=1, center=0, width=1.
SincFunction< T > & operator=(const SincFunction< T > &other)
Copy assignment (deep copy)
SincFunction(const T &height, const T ¢er)
SincFunction(const T &height, const T ¢er, const T &width)
virtual ~SincFunction()
Destructor.
virtual Function< T > * clone() const
Return a copy of this object from the heap.
virtual Function< typename FunctionTraits< T >::BaseType > * cloneNonAD() const
virtual Function< typename FunctionTraits< T >::DiffType > * cloneAD() const
virtual T eval(typename Function< T >::FunctionArg x) const
Evaluate the Sinc at x.
SincParam< T > & operator=(const SincParam< T > &other)
Copy assignment (deep copy)
this file contains all the compiler specific defines