26#ifndef SCIMATH_KAISERBFUNCTION_H 
   27#define SCIMATH_KAISERBFUNCTION_H 
   30#include <casacore/casa/aips.h> 
   31#include <casacore/scimath/Functionals/KaiserBParam.h> 
   32#include <casacore/scimath/Functionals/Function.h> 
  140#ifndef CASACORE_NO_AUTO_TEMPLATES 
  141#include <casacore/scimath/Functionals/KaiserBFunction.tcc> 
FunctionParam< T > param_p
The parameters and masks.
 
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.
 
KaiserBFunction(const KaiserBFunction< T > &other)
Copy constructor (deep copy)
 
KaiserBFunction< T > & operator=(const KaiserBFunction< T > &other)
Copy assignment (deep copy)
 
KaiserBFunction(const KaiserBFunction< W > &other)
 
virtual Function< typename FunctionTraits< T >::BaseType > * cloneNonAD() const
 
virtual Function< T > * clone() const
Return a copy of this object from the heap.
 
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