Public Member Functions | |
Variable (string s) | |
virtual double | evaluate (double x, double y, double t) |
virtual void | print () |
Protected Attributes | |
string | name |
Variable::Variable | ( | string | s | ) | [inline] |
virtual double Variable::evaluate | ( | double | x, | |
double | y, | |||
double | t | |||
) | [inline, virtual] |
Reimplemented from Element.
virtual void Variable::print | ( | ) | [inline, virtual] |
Reimplemented from Element.
string Variable::name [protected] |