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