26#ifndef SCIMATH_DIRACDPARAM_H 
   27#define SCIMATH_DIRACDPARAM_H 
   30#include <casacore/casa/aips.h> 
   31#include <casacore/scimath/Functionals/Function.h> 
   32#include <casacore/casa/BasicSL/String.h> 
  131#ifndef CASACORE_NO_AUTO_TEMPLATES 
  132#include <casacore/scimath/Functionals/DiracDParam.tcc> 
DiracDParam()
Constructs the DiracD, Defaults: height=1, center=0.
 
virtual const String & name() const
Give name of function.
 
DiracDParam< T > & operator=(const DiracDParam< T > &other)
Copy assignment (deep copy)
 
DiracDParam(const DiracDParam< T > &other)
Copy constructor (deep copy)
 
virtual uInt ndim() const
Returns the number of dimensions of function.
 
virtual ~DiracDParam()
Destructor.
 
DiracDParam(const DiracDParam< W > &other)
 
DiracDParam(const T &height)
 
DiracDParam(const T &height, const T ¢er)
 
FunctionParam< T > param_p
The parameters and masks.
 
uInt nparameters() const
Returns the number of parameters.
 
String: the storage and methods of handling collections of characters.
 
this file contains all the compiler specific defines