Public Member Functions | |
Proxy () | |
Proxy (Element *el) | |
void | destroy () |
void | operator= (const Proxy &p) |
double | eval (double x, double y, double t) |
void | print () |
Protected Attributes | |
Element * | e |
Proxy::Proxy | ( | ) | [inline] |
Proxy::Proxy | ( | Element * | el | ) | [inline] |
void Proxy::destroy | ( | ) | [inline] |
double Proxy::eval | ( | double | x, | |
double | y, | |||
double | t | |||
) | [inline] |
void Proxy::operator= | ( | const Proxy & | p | ) | [inline] |
void Proxy::print | ( | ) | [inline] |