API documentation
TrajectoryInterface Class Reference
pure virtual base class for all Trajectories More...
#include <TrajectoryInterface.h>
Inheritance diagram for TrajectoryInterface:Public Member Functions | |
| virtual void | GetValueDerived (double time, double *value)=0 |
| retrieve value at given time-point | |
| virtual void | LoadFile (string filename)=0 |
| load trajectory from file | |
Protected Member Functions | |
| int | GetLowerIndex (double time) |
| find data index for interpolation get lower index for given timepoint using hunt search algorithm. | |
Detailed Description
pure virtual base class for all Trajectories
Definition at line 25 of file TrajectoryInterface.h.
The documentation for this class was generated from the following files:

