#include <CLyapProblem.h>
List of all members.
Detailed Description
Constructor & Destructor Documentation
Default constructor.
- Parameters:
-
CLyapProblem class. Default constructor.
Copy constructor.
- Parameters:
-
Copy constructor.
- Parameters:
-
CLyapProblem::~CLyapProblem |
( |
| ) |
|
Member Function Documentation
bool CLyapProblem::divergenceRequested |
( |
| ) |
const |
bool CLyapProblem::elevateChildren |
( |
| ) |
[virtual] |
This methods must be called to elevate subgroups to derived objects. The default implementation does nothing.
- Returns:
- bool success
Reimplemented from CCopasiParameterGroup.
const unsigned C_INT32 & CLyapProblem::getExponentNumber |
( |
| ) |
const |
Retrieve the number of exponents to calculate.
- Returns:
- "const unsigned C_INT32 &"
const C_FLOAT64 & CLyapProblem::getTransientTime |
( |
| ) |
const |
Retrieve the end time.
- Returns:
- "const C_FLOAT64 &" endTime
void CLyapProblem::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 implmented." To overide this default behaviour one needs to reimplement the virtual printResult function.
- Parameters:
-
Reimplemented from CCopasiProblem.
void CLyapProblem::setDivergenceRequested |
( |
bool |
flag | ) |
|
void CLyapProblem::setExponentNumber |
( |
const unsigned C_INT32 & |
number | ) |
|
Set the number of exponents to calculate
- Parameters:
-
void CLyapProblem::setTransientTime |
( |
const C_FLOAT64 & |
endTime | ) |
|
Set the end time.
- Parameters:
-
The documentation for this class was generated from the following files: