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