51 void GetValue(
double time,
double *value) {
56 void GetValue(
double time,
double *value,
long currentSpin);
58 void FlowLoop(
double loopDuration,
long loopTrajNumber);
60 bool spinActivation(
long currentSpin);
62 void LoadFile(
string filename);
66 void UpdateTrajectory(
bool init=
false);
68 TrajectoryInterface* GetStrategy(){cout <<
"THIS IS A DEBUG FUNCTION!" <<endl;
return m_strategy;};
Implementation of JEMRIS TrajectoryInterface.
pure virtual base class for all Trajectories
Definition TrajectoryInterface.h:48
void GetValue(double time, double *value)
Definition TrajectoryInterface.h:57
Context class for trajectories (design pattern: Strategy)
Definition Trajectory.h:44