31#ifndef TRAJECTORYEMPTY_H_
32#define TRAJECTORYEMPTY_H_
46 virtual void LoadFile(
string filename) {
return;};
Implementation of JEMRIS TrajectoryInterface.
The "do nothing"-strategy.
Definition TrajectoryEmpty.h:39
virtual void LoadFile(string filename)
load trajectory from file
Definition TrajectoryEmpty.h:46
virtual void GetValueDerived(double time, double *value)
retrieve value at given time-point
Definition TrajectoryEmpty.h:44
pure virtual base class for all Trajectories
Definition TrajectoryInterface.h:48