26#ifndef SCIMATH_DIRACDFUNCTION_H 
   27#define SCIMATH_DIRACDFUNCTION_H 
   30#include <casacore/casa/aips.h> 
   31#include <casacore/scimath/Functionals/DiracDParam.h> 
   32#include <casacore/scimath/Functionals/Function.h> 
  143#ifndef CASACORE_NO_AUTO_TEMPLATES 
  144#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 >::BaseType > * cloneNonAD() const
 
DiracDFunction< T > & operator=(const DiracDFunction< T > &other)
Copy assignment (deep copy)
 
virtual Function< typename FunctionTraits< T >::DiffType > * cloneAD() const
 
DiracDFunction(const DiracDFunction< T > &other)
Copy constructor (deep copy)
 
DiracDFunction(const T &height, const T ¢er)
 
DiracDFunction(const T &height)
 
virtual Function< T > * clone() const
Return a copy of this object from the heap.
 
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)
 
FunctionParam< T > param_p
The parameters and masks.
 
uInt nparameters() const
Returns the number of parameters.
 
this file contains all the compiler specific defines