#include <CSensProblem.h>
List of all members.
Detailed Description
Member Enumeration Documentation
this enumeration
- Enumerator:
| Evaluation |
|
| SteadyState |
|
| TimeSeries |
|
Constructor & Destructor Documentation
Default constructor.
- Parameters:
-
Default constructor.
- Parameters:
-
Copy constructor.
- Parameters:
-
Copy constructor.
- Parameters:
-
| CSensProblem::~CSensProblem |
( |
| ) |
[virtual] |
Member Function Documentation
| void CSensProblem::addVariables |
( |
const CSensItem & |
item | ) |
|
| void CSensProblem::changeTargetFunctions |
( |
const CSensItem |
item | ) |
|
| bool CSensProblem::changeVariables |
( |
unsigned C_INT32 |
index, |
|
|
const CSensItem & |
item |
|
) |
| |
| bool CSensProblem::collapsRequested |
( |
| ) |
const |
| const CCopasiArray & CSensProblem::getCollapsedResult |
( |
| ) |
const |
| unsigned C_INT32 CSensProblem::getNumberOfVariables |
( |
| ) |
const |
| const CCopasiArray & CSensProblem::getScaledResult |
( |
| ) |
const |
get the problem's SubTaskType:
| CSensItem CSensProblem::getTargetFunctions |
( |
| ) |
const |
| CSensItem CSensProblem::getVariables |
( |
unsigned C_INT32 |
index | ) |
const |
| void CSensProblem::print |
( |
std::ostream * |
ostream | ) |
const [virtual] |
This is the output method for any object. It calls the insert operator<<
- Parameters:
-
Reimplemented from CCopasiProblem.
| void CSensProblem::printResult |
( |
std::ostream * |
ostream | ) |
const [virtual] |
This is the output method for any result of a problem. The default implementation provided with CCopasiProblem. Does only print "Not implemented." To overide this default behaviour one needs to reimplement the virtual printResult function.
- Parameters:
-
Reimplemented from CCopasiProblem.
| bool CSensProblem::removeVariables |
( |
unsigned C_INT32 |
index | ) |
|
| bool CSensProblem::removeVariables |
( |
| ) |
|
set the problem's SubTaskType:
Friends And Related Function Documentation
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CSensProblem & |
o |
|
) |
| [friend] |
Output stream operator. Prints description of the problem
- Parameters:
-
| ostream | & os |
| const | Problem & A |
- Returns:
- ostream & os
Member Data Documentation
Initial value:
{
"Evaluation",
"Steady State",
"Time Series",
""
}
Initial value:
{
"Evaluation",
"SteadyState",
"TimeSeries",
NULL
}
The documentation for this class was generated from the following files: