Public Member Functions | |
Function (Proxy a, string n) | |
Function (Proxy a, double(*f)(double), string n) | |
virtual void | destroy () |
virtual double | evaluate (double x, double y, double t) |
virtual void | print () |
Function::Function | ( | Proxy | a, | |
string | n | |||
) | [inline] |
Function::Function | ( | Proxy | a, | |
double(*)(double) | f, | |||
string | n | |||
) | [inline] |
virtual void Function::destroy | ( | ) | [inline, virtual] |
Reimplemented from Element.
virtual double Function::evaluate | ( | double | x, | |
double | y, | |||
double | t | |||
) | [inline, virtual] |
Reimplemented from Element.
virtual void Function::print | ( | ) | [inline, virtual] |
Reimplemented from Element.