Evaluateable Class Reference
|
Ratpac-two
|
Evaluateable Class Referenceabstract
Interface for functions of a single variable. More...
#include <Evaluateable.hh>
Inheritance diagram for Evaluateable:
Public Member Functions | |
| double | operator() (double x) |
| long | GetCallCount () |
| void | ResetCallCount () |
| virtual double | Evaluate (double x)=0 |
Detailed Description
Interface for functions of a single variable.
REVISION HISTORY:
2022-09 : Ed Callaghan - First revision
Base class exposing a method for function evaluation, which acts as an interface for defining functions of a single variable.
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/Evaluateable.hh
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/src/quadrature/Evaluateable.cc
Generated by