47 virtual void LoadFile(
string filename) ;
57 void LoadTrajectoriesHDF5(
string filename);
59 void LoadTrajectoriesASCII(
string filename);
61 void GetPosition(
double time,
double &trans_x,
double &trans_y,
double &trans_z,
long traj_number);
63 int GetLowerIndex(
double t, vector<double> timeArray,
int LastHuntIndex);
65 int m_LastHuntIndexActivation;
67 long m_TotalTrajNumber;
69 vector< pair< vector<double> , vector<bool> > > m_activation_full;
71 vector<double> m_activation_time;
73 vector<bool> m_activation_state;
75 vector< vector<float> > m_trans_x_full,m_trans_y_full,m_trans_z_full;
77 vector<float> m_trans_x,m_trans_y,m_trans_z;
virtual void GetValueDerived(double time, double *value)
retrieve value at given time-point
Definition TrajectoryFlow.cpp:508