#include <CScanTask.h>
List of all members.
Constructor & Destructor Documentation
default constructor
CScanTask class.
This class implements a scan task which is comprised of a of a problem and a method.
Copy constructor
- Parameters:
-
CScanTask::~CScanTask |
( |
| ) |
|
Member Function Documentation
void CScanTask::cleanup |
( |
| ) |
|
bool CScanTask::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.
bool CScanTask::initSubtask |
( |
const OutputFlag & |
of, |
|
|
COutputHandler * |
pOutputHandler, |
|
|
std::ostream * |
pOstream |
|
) |
| [protected] |
Init the subtask
- Parameters:
-
- Returns:
- success
Loads parameters for this solver with data coming from a CReadConfig object. (CReadConfig object reads an input stream)
- Parameters:
-
bool CScanTask::outputSeparatorCallback |
( |
bool |
isLast = false | ) |
|
output separators if isLast==true this method has to decide if a separator should be generated dependent on mOutputInSubtask.
bool CScanTask::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.
bool CScanTask::processCallback |
( |
| ) |
|
Do the subtask and the output
The documentation for this class was generated from the following files: