40 #ifndef CodedFunction2_H
41 #define CodedFunction2_H
90 virtual wordList codeDictVars()
const;
96 virtual void clearRedirect()
const;
132 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.
virtual void write(Ostream &os, const unitConversions &units) const
Write data to dictionary stream.
Coded(const word &name, const unitConversions &units, const dictionary &dict)
Construct from name and dictionary.
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 function objects and boundary conditions using dynamic code.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Encapsulation of dynamic code dictionaries.
Tools for handling dynamic code compilation.
A class for managing temporary objects.
A class for handling words, derived from string.
const HashTable< unitConversion > & units()
Get the table of unit conversions.