#include <CMCAProblem.h>
List of all members.
Constructor & Destructor Documentation
Default constructor.
- Parameters:
-
CMCAProblem class. This class describes the metabolic control analysis problem, i.e., it allows to specify for example initial conditions.
Created for Copasi by Ralph Gauges 2004 Default constructor.
- Parameters:
-
Copy constructor.
- Parameters:
-
Copy constructor.
- Parameters:
-
CMCAProblem::~CMCAProblem |
( |
| ) |
[virtual] |
Member Function Documentation
bool CMCAProblem::isSteadyStateRequested |
( |
| ) |
const |
Retrieve whether a steady state analysis is requested.
- Returns:
- bool steadyStateRequested
Retrieve whether the steady state analysis is requested.
- Returns:
- bool steadyStateRequested
Load a trajectory problem
- Parameters:
-
void CMCAProblem::print |
( |
std::ostream * |
ostream | ) |
const [virtual] |
This is the output method for any object. It calls the insert operator<<
- Parameters:
-
Reimplemented from CCopasiProblem.
void CMCAProblem::printResult |
( |
std::ostream * |
ostream | ) |
const [virtual] |
This is the output method for any result of a problem. The default implementation is provided with CCopasiProblem. Does only print "Not implmented." To overide this default behaviour one needs to reimplement the virtual printResult function.
- Parameters:
-
Reimplemented from CCopasiProblem.
void CMCAProblem::setInitialState |
( |
const CState & |
initialState | ) |
|
Set the initial state of the problem.
- Parameters:
-
Set the initial state of the problem.
- Parameters:
-
bool CMCAProblem::setModel |
( |
CModel * |
pModel | ) |
[virtual] |
Set the model of the problem
- Parameters:
-
- Returns:
- bool succes
Set the model the problem is dealing with.
- Parameters:
-
Reimplemented from CCopasiProblem.
void CMCAProblem::setSteadyStateRequested |
( |
const bool & |
steadyStateRequested | ) |
|
Retrieve the initial state of the problem.
- Returns:
- "const CState &" pInitialState Set whether the steady state analysis is requested.
- Parameters:
-
const | bool & steadyStateRequested |
Set whether the steady state analysis is requested.
- Parameters:
-
bool | * steadyStateRequested |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CMCAProblem & |
o |
|
) |
| [friend] |
Output stream operator. Prints description of the problem incl. the subtask
- Parameters:
-
- Returns:
- ostream & os
The documentation for this class was generated from the following files: