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