COPASI API
4.40.278
|
#include <string>
#include <cmath>
#include "copasi/copasi.h"
#include "CTrajectoryTask.h"
#include "CTrajectoryProblem.h"
#include "CTrajectoryMethod.h"
#include "copasi/math/CMathContainer.h"
#include "copasi/model/CModel.h"
#include "copasi/model/CState.h"
#include "copasi/report/CKeyFactory.h"
#include "copasi/report/CReport.h"
#include "copasi/utilities/CProcessReport.h"
#include "copasi/utilities/CCopasiException.h"
#include "copasi/CopasiDataModel/CDataModel.h"
#include "copasi/steadystate/CSteadyStateTask.h"
#include "copasi/utilities/CMethodFactory.h"
Macros | |
#define | XXXX_Reporting |
Functions | |
bool | bl (const C_FLOAT64 &d1, const C_FLOAT64 &d2) |
bool | ble (const C_FLOAT64 &d1, const C_FLOAT64 &d2) |
bool | fl (const C_FLOAT64 &d1, const C_FLOAT64 &d2) |
bool | fle (const C_FLOAT64 &d1, const C_FLOAT64 &d2) |
#define XXXX_Reporting |
CTrajectoryTask class.
This class implements a trajectory task which is comprised of a of a problem and a method. Additionally calls to the reporting methods are done when initialized.
Created for COPASI by Stefan Hoops 2002
Referenced by CTrajectoryTask::processTrajectory().
Referenced by CTrajectoryTask::processTrajectory().
Referenced by CTrajectoryTask::processTrajectory(), and CTrajectoryTask::processValues().