#include <TimeLaw.h>

Public Member Functions | |
| Stillness () | |
| Default constructor. | |
| Stillness (const Stillness &stillness) | |
| Stillness & | operator= (const Stillness &stillness) |
| void | inizializeS (Time time) |
| pure virtual function for the evaluation of curvilinear abscissa and its derivatives for a given value of time | |
| string | print () |
| Prints on the screen all class parametes. | |
| MipBaselib::Stillness::Stillness | ( | ) | [inline] |
Default constructor.
| MipBaselib::Stillness::Stillness | ( | const Stillness & | stillness | ) | [inline] |
Copy constructor. TODO verify
Operator =. TODO verify
| void MipBaselib::Stillness::inizializeS | ( | Time | time | ) | [inline, virtual] |
pure virtual function for the evaluation of curvilinear abscissa and its derivatives for a given value of time
| time | instant of evaluation |
Implements MipBaselib::TimeLaw.
| string MipBaselib::Stillness::print | ( | ) | [inline] |
1.5.6