#include <function.h>
Public Member Functions | |
Constructors and destructor | |
CubicFunction () throw () | |
Default constructor. | |
CubicFunction (const CubicFunction &cubic) throw () | |
Copy constructor. | |
virtual | ~CubicFunction () throw () |
Destructor. | |
Assignment | |
CubicFunction< Function, DataType > & | operator= (const CubicFunction< Function, DataType > &cubic) throw () |
Assignment operator. | |
Predicates | |
bool | operator== (const CubicFunction< Function, DataType > &cubic) const throw () |
Equality operator. | |
Function realization | |
DataType | operator() (const DataType &x) const throw () |
Evaluation of this subterm. | |
Accessors | |
void | setFunction (const Function &function) throw () |
set the function argument of the cubic | |
const Function & | getFunction () const throw () |
get the function argument of the cubic | |
Protected Attributes | |
Function | function_ |
|
get the function argument of the cubic
|
|
Evaluation of this subterm.
|