28 #ifndef SCIMATH_UNARYPARAM_H
29 #define SCIMATH_UNARYPARAM_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/scimath/Functionals/Function.h>
34 #include <casacore/casa/BasicSL/String.h>
101 UnaryParam(
const T &height,
const T ¢er,
const T &width);
136 #ifndef CASACORE_NO_AUTO_TEMPLATES
137 #include <casacore/scimath/Functionals/UnaryParam.tcc>
String: the storage and methods of handling collections of characters.
UnaryParam(const T &height, const T ¢er)
virtual const String & name() const
Give name of function.
UnaryParam< T > & operator=(const UnaryParam< T > &other)
Copy assignment (deep copy)
UnaryParam(const UnaryParam< W > &other)
UnaryParam(const T &height)
virtual uInt ndim() const
Returns the number of dimensions 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