Public Member Functions | |
B () | |
Some Constructor. | |
virtual | ~B () |
Destructor. I don't have anything left to do. | |
virtual double | f (double d2) |
Here we compute (embedded formula) ![]() | |
virtual void | guess () |
Everybody is puzzling about what I do. I will never tell. | |
virtual void | g () |
Some more function. | |
Protected Attributes | |
double | m_d |
That is my totally important member. |
virtual double B::f | ( | double | d2 | ) | [virtual] |
Here we compute (embedded formula) .
[in] | d2 | factor ![]() |
Reimplemented from A.