67 #ifndef CodedFunction1_H 68 #define CodedFunction1_H 105 virtual void clearRedirect()
const;
140 virtual inline Type
value(
const scalar
x)
const;
146 virtual Type
integral(
const scalar x1,
const scalar x2)
const;
Run-time selectable general function of one variable.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual Type integral(const scalar x1, const scalar x2) const
Integrate between two scalars.
const word & name() const
Return the name of the entry.
Constructs a dynamically compiled Function1.
virtual ~Coded()
Destructor.
virtual tmp< Function1< Type > > clone() const
Construct and return a clone.
virtual void write(Ostream &os) const
Write data to dictionary stream.
A class for handling words, derived from string.
Base class for function objects and boundary conditions using dynamic code.
void operator=(const Coded< Type > &)=delete
Disallow default bitwise assignment.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Tools for handling dynamic code compilation.
Encapsulation of dynamic code dictionaries.
Coded(const word &name, const dictionary &dict)
Construct from name and dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual Type value(const scalar x) const
Return value as a function of a scalar.
A class for managing temporary objects.