28 #ifndef SCIMATH_SINCPARAM_H 29 #define SCIMATH_SINCPARAM_H 32 #include <casacore/casa/aips.h> 33 #include <casacore/casa/BasicSL/String.h> 34 #include <casacore/scimath/Functionals/Function.h> 100 SincParam(
const T &height,
const T ¢er);
101 SincParam(
const T &height,
const T ¢er,
const T &width);
137 #ifndef CASACORE_NO_AUTO_TEMPLATES 138 #include <casacore/scimath/Functionals/SincParam.tcc> 139 #endif //# CASACORE_NO_AUTO_TEMPLATES virtual uInt ndim() const
Returns the number of dimensions of function.
virtual const String & name() const
Give name of function.
A one dimensional sin(x)/x.
SincParam(const SincParam< W > &other)
Numerical functional interface class.
SincParam< T > & operator=(const SincParam< T > &other)
Copy assignment (deep copy)
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
virtual ~SincParam()
Destructor.
SincParam()
Constructs the Sinc, Defaults: height=1, center=0, width=1.