26#ifndef SCIMATH_UNARYPARAM_H 
   27#define SCIMATH_UNARYPARAM_H 
   30#include <casacore/casa/aips.h> 
   31#include <casacore/scimath/Functionals/Function.h> 
   32#include <casacore/casa/BasicSL/String.h> 
   99  UnaryParam(
const T &height, 
const T ¢er, 
const T &width);
 
 
  134#ifndef CASACORE_NO_AUTO_TEMPLATES 
  135#include <casacore/scimath/Functionals/UnaryParam.tcc> 
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.
 
UnaryParam(const T &height, const T ¢er)
 
UnaryParam(const UnaryParam< W > &other)
 
UnaryParam< T > & operator=(const UnaryParam< T > &other)
Copy assignment (deep copy)
 
UnaryParam(const T &height)
 
virtual uInt ndim() const
Returns the number of dimensions of function.
 
virtual const String & name() const
Give name of function.
 
UnaryParam(const UnaryParam< T > &other)
Copy constructor (deep copy)
 
virtual ~UnaryParam()
Destructor.
 
UnaryParam()
Constructs the Unary, Defaults: height=1, center=0, width=1.
 
UnaryParam(const T &height, const T ¢er, const T &width)
 
this file contains all the compiler specific defines