#include <CScanProblem.h>
List of all members.
Public Types |
| enum | Type {
SCAN_REPEAT = 0,
SCAN_LINEAR,
SCAN_RANDOM,
SCAN_BREAK,
SD_UNIFORM,
SD_GAUSS,
SD_BOLTZ,
SD_REGULAR
} |
Public Member Functions |
| | CScanProblem (const CCopasiContainer *pParent=NULL) |
| | CScanProblem (const CScanProblem &src, const CCopasiContainer *pParent=NULL) |
| | ~CScanProblem () |
| void | setSubtask (CCopasiTask::Type type) |
| CCopasiTask::Type | getSubtask () const |
| void | setOutputInSubtask (bool ois) |
| const bool & | getOutputInSubtask () const |
| void | setAdjustInitialConditions (bool aic) |
| const bool & | getAdjustInitialConditions () const |
| unsigned C_INT32 | getNumberOfScanItems () const |
| const CCopasiParameterGroup * | getScanItem (unsigned C_INT32 index) const |
| CCopasiParameterGroup * | getScanItem (unsigned C_INT32 index) |
| CScanProblem::Type | getScanItemType (unsigned C_INT32 index) |
| CCopasiParameterGroup * | createScanItem (CScanProblem::Type type, unsigned C_INT32 steps=5, const CCopasiObject *obj=NULL) |
| void | clearScanItems () |
| void | load (CReadConfig &configBuffer, CReadConfig::Mode mode=CReadConfig::NEXT) |
Detailed Description
Member Enumeration Documentation
- Enumerator:
| SCAN_REPEAT |
|
| SCAN_LINEAR |
|
| SCAN_RANDOM |
|
| SCAN_BREAK |
|
| SD_UNIFORM |
|
| SD_GAUSS |
|
| SD_BOLTZ |
|
| SD_REGULAR |
|
Reimplemented from CCopasiParameter.
Constructor & Destructor Documentation
Default constructor.
- Parameters:
-
CScanProblem class. Default constructor.
- Parameters:
-
Copy constructor.
- Parameters:
-
Copy constructor.
- Parameters:
-
| CScanProblem::~CScanProblem |
( |
| ) |
|
Member Function Documentation
| void CScanProblem::clearScanItems |
( |
| ) |
|
| const bool & CScanProblem::getAdjustInitialConditions |
( |
| ) |
const |
Ask if initial conditions should be set to the result of the previous run.
| unsigned C_INT32 CScanProblem::getNumberOfScanItems |
( |
| ) |
const |
| const bool & CScanProblem::getOutputInSubtask |
( |
| ) |
const |
Ask if output should be done after every step of the subtask.
Get the type of the subtask.
Load a scan problem
- Parameters:
-
| void CScanProblem::setAdjustInitialConditions |
( |
bool |
aic | ) |
|
Set if initial conditions should be set to the result of the previous run.
| void CScanProblem::setOutputInSubtask |
( |
bool |
ois | ) |
|
Set if output should be done after every step of the subtask.
Set the type of the subtask.
The documentation for this class was generated from the following files: