#include <CTrajectoryTask.h>
List of all members.
Constructor & Destructor Documentation
Default constructor
- Parameters:
-
Copy constructor
- Parameters:
-
CTrajectoryTask::~CTrajectoryTask |
( |
| ) |
|
Member Function Documentation
CState * CTrajectoryTask::getState |
( |
| ) |
|
Retrieves a pointer to current state of the integration.
- Returns:
- CState * pState
const CTimeSeries & CTrajectoryTask::getTimeSeries |
( |
| ) |
const |
gets a reference to the time series
- Returns:
- time series
bool CTrajectoryTask::initialize |
( |
const OutputFlag & |
of, |
|
|
COutputHandler * |
pOutputHandler, |
|
|
std::ostream * |
pOstream |
|
) |
| [virtual] |
Initialize the task. If an ostream is given this ostream is used instead of the target specified in the report. This allows nested tasks to share the same output device.
- Parameters:
-
const | OutputFlag & of |
COutputHandler | * pOutputHandler |
std::ostream | * pOstream (default: NULL) |
- Returns:
- bool success
Reimplemented from CCopasiTask.
void CTrajectoryTask::load |
( |
CReadConfig & |
configBuffer | ) |
|
Loads parameters for this solver with data coming from a CReadConfig object. (CReadConfig object reads an input stream)
- Parameters:
-
bool CTrajectoryTask::process |
( |
const bool & |
useInitialValues | ) |
[virtual] |
Process the task with or without initializing to the initial state.
- Parameters:
-
const | bool & useInitialValues |
- Returns:
- bool success
Reimplemented from CCopasiTask.
void CTrajectoryTask::processStart |
( |
const bool & |
useInitialValues | ) |
|
bool CTrajectoryTask::processStep |
( |
const C_FLOAT64 & |
nextTime | ) |
|
Integrates one step
- Parameters:
-
const | C_FLOAT64 & nextTime |
- Returns:
- bool success;
bool CTrajectoryTask::restore |
( |
| ) |
[virtual] |
Perform necessary cleanup procedures
Reimplemented from CCopasiTask.
bool CTrajectoryTask::setMethodType |
( |
const int & |
type | ) |
[virtual] |
Set the method type applied to solve the task
- Parameters:
-
- Returns:
- bool success
Reimplemented from CCopasiTask.
Member Data Documentation
Initial value:The methods which can be selected for performing this task.
Reimplemented from CCopasiTask.
The documentation for this class was generated from the following files: