copasi API
0.1
|
#include <CTrajectoryProblem.h>
Public Member Functions | |
CTrajectoryProblem (const CCopasiContainer *pParent=NULL) | |
CTrajectoryProblem (const CTrajectoryProblem &src, const CCopasiContainer *pParent=NULL) | |
~CTrajectoryProblem () | |
virtual bool | elevateChildren () |
void | setStepNumber (const unsigned C_INT32 &stepNumber) |
const unsigned C_INT32 & | getStepNumber () const |
void | setStepSize (const C_FLOAT64 &stepSize) |
const C_FLOAT64 & | getStepSize () const |
void | setDuration (const C_FLOAT64 &duration) |
const C_FLOAT64 & | getDuration () const |
void | setOutputStartTime (const C_FLOAT64 &endTime) |
const C_FLOAT64 & | getOutputStartTime () const |
void | setTimeSeriesRequested (bool flag) |
bool | timeSeriesRequested () const |
void | load (CReadConfig &configBuffer, CReadConfig::Mode mode=CReadConfig::NEXT) |
CTrajectoryProblem class. This class describes the trajectory problem, i.e., it allows to specify for example initial conditions and number of steps.
Created for Copasi by Stefan Hoops 2002
CTrajectoryProblem::CTrajectoryProblem | ( | const CCopasiContainer * | pParent = NULL | ) |
The initial state, i.e., the starting conditions of the trajectroy. The final state of the trajectory at time EndTime Default constructor.
const | CCopasiContainer * pParent (default: NULL) |
CTrajectoryProblem class. This class describes the trajectory problem, i.e., it allows to specify for example initial conditions and number of steps.
Created for COPASI by Stefan Hoops 2002 Default constructor.
CTrajectoryProblem::CTrajectoryProblem | ( | const CTrajectoryProblem & | src, |
const CCopasiContainer * | pParent = NULL |
||
) |
Copy constructor.
const | CTrajectoryProblem & src CCopasiContainer * pParent (default: NULL) |
Copy constructor.
const CTrajectoryProblem & | src |
CTrajectoryProblem::~CTrajectoryProblem | ( | ) |
Destructor.
bool CTrajectoryProblem::elevateChildren | ( | ) | [virtual] |
This methods must be called to elevate subgroups to derived objects. The default implementation does nothing.
Reimplemented from CCopasiParameterGroup.
const C_FLOAT64 & CTrajectoryProblem::getDuration | ( | ) | const |
Retrieve the end time.
const C_FLOAT64 & CTrajectoryProblem::getOutputStartTime | ( | ) | const |
Retrieve the end time.
const unsigned C_INT32 & CTrajectoryProblem::getStepNumber | ( | ) | const |
Retrieve the number of time steps the trajectory method should integrate.
const C_FLOAT64 & CTrajectoryProblem::getStepSize | ( | ) | const |
Retrieve the size a integration step the trajectory method should do.
void CTrajectoryProblem::load | ( | CReadConfig & | configBuffer, |
CReadConfig::Mode | mode = CReadConfig::NEXT |
||
) |
Load a trajectory problem
CReadConfig & | configBuffer |
"CReadConfig::Mode | mode (Default: CReadConfig::NEXT) |
void CTrajectoryProblem::setDuration | ( | const C_FLOAT64 & | duration | ) |
Set the end time.
const C_FLOAT64 & | duration bool success |
void CTrajectoryProblem::setOutputStartTime | ( | const C_FLOAT64 & | endTime | ) |
Set the end time.
const C_FLOAT64 & | endTime |
void CTrajectoryProblem::setStepNumber | ( | const unsigned C_INT32 & | stepNumber | ) |
Set the number of time steps the trajectory method should integrate.
const unsigned C_INT32 & | stepNumber bool success |
Set the number of time steps the trajectory method should integrate.
const unsigned C_INT32 & | stepNumber |
void CTrajectoryProblem::setStepSize | ( | const C_FLOAT64 & | stepSize | ) |
Set the size a integration step the trajectory method should do.
const C_FLOAT64 & | stepSize bool success |
Set the size a integration step the trajectory method should do.
const C_FLOAT64 & | stepSize |
void CTrajectoryProblem::setTimeSeriesRequested | ( | bool | flag | ) |
bool CTrajectoryProblem::timeSeriesRequested | ( | ) | const |