25 #ifndef COPASI_CTrajectoryTask
26 #define COPASI_CTrajectoryTask
129 std::ostream * pOstream);
136 virtual bool process(
const bool & useInitialValues);
196 #endif // COPASI_CTrajectoryTask
virtual bool initialize(const OutputFlag &of, COutputHandler *pOutputHandler, std::ostream *pOstream)
static const unsigned int ValidMethods[]
bool processStep(const C_FLOAT64 &nextTime)
CTrajectoryProblem * mpTrajectoryProblem
virtual bool process(const bool &useInitialValues)
void processStart(const bool &useInitialValues)
const C_FLOAT64 * mpCurrentTime
C_FLOAT64 mOutputStartTime
bool(* mpLessOrEqual)(const C_FLOAT64 &, const C_FLOAT64 &)
const CTimeSeries & getTimeSeries() const
void load(CReadConfig &configBuffer)
bool(* mpLess)(const C_FLOAT64 &, const C_FLOAT64 &)
virtual CCopasiMethod * createMethod(const int &type) const
bool mTimeSeriesRequested
virtual bool setMethodType(const int &type)
CTrajectoryMethod * mpTrajectoryMethod
CTrajectoryTask(const CCopasiContainer *pParent=NULL)