Go to the documentation of this file.
28 #ifndef SCIMATH_DIRACDPARAM_H
29 #define SCIMATH_DIRACDPARAM_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/scimath/Functionals/Function.h>
34 #include <casacore/casa/BasicSL/String.h>
133 #ifndef CASACORE_NO_AUTO_TEMPLATES
134 #include <casacore/scimath/Functionals/DiracDParam.tcc>
135 #endif //# CASACORE_NO_AUTO_TEMPLATES
A one dimensional Dirac delta function.
virtual const String & name() const
Give name of function.
DiracDParam(const DiracDParam< T > &other)
Copy constructor (deep copy)
DiracDParam(const DiracDParam< W > &other)
DiracDParam< T > & operator=(const DiracDParam< T > &other)
Copy assignment (deep copy)
DiracDParam(const T &height, const T ¢er)
virtual ~DiracDParam()
Destructor.
DiracDParam()
Constructs the DiracD, Defaults: height=1, center=0.
this file contains all the compiler specific defines
Numerical functional interface class.
String: the storage and methods of handling collections of characters.
virtual uInt ndim() const
DiracDParam(const T &height)