110 virtual inline Type
value(
const scalar
x,
const scalar
y)
const;
virtual ~Scale()
Destructor.
Scale(const word &name, const dictionary &dict)
Construct from name and dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const word const dictionary & dict
const word & name() const
Return the name of the entry.
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual Type value(const scalar x, const scalar y) const
Return value.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Function2 which scales a given 'value' function by a 'scale' scalar function and scales the 'x' and '...
virtual void write(Ostream &os) const
Write data to dictionary stream.
void operator=(const Scale< Type > &)=delete
Disallow default bitwise assignment.