40 #ifndef CodedFunction2_H
41 #define CodedFunction2_H
84 static const word codeOptions;
129 virtual inline Type
value(
const scalar
x,
const scalar
y)
const;
Run-time selectable function of two variables.
const word & name() const
Return the name of the entry.
Constructs a dynamically compiled function of two variables.
virtual tmp< Function2< Type > > clone() const
Construct and return a clone.
Coded(const word &name, const unitSets &units, const dictionary &dict)
Construct from name and dictionary.
virtual void write(Ostream &os, const unitSets &units) const
Write data to dictionary stream.
virtual ~Coded()
Destructor.
virtual Type value(const scalar x, const scalar y) const
Return value as a function of two scalars.
void operator=(const Coded< Type > &)=delete
Disallow default bitwise assignment.
ClassNameNoDebug("Function2")
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Base class for coded functionObjects, fvModels, Function1, Function2.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A class for managing temporary objects.
A class for handling words, derived from string.