#include <CCopasiProblem.h>
List of all members.
Constructor & Destructor Documentation
Specific constructor
- Parameters:
-
Copy constructor
- Parameters:
-
CCopasiProblem::~CCopasiProblem |
( |
| ) |
[virtual] |
Member Function Documentation
CModel * CCopasiProblem::getModel |
( |
| ) |
const |
Retrieve the model of the problem
- Returns:
- CModel * pModel
Retrieve the type of the problem
- Returns:
- const string & type
Reimplemented from CCopasiParameter.
bool CCopasiProblem::initialize |
( |
| ) |
[virtual] |
void CCopasiProblem::print |
( |
std::ostream * |
ostream | ) |
const [virtual] |
calculate function for optimization
- Returns:
- bool fullfilled calculate function for optimization
-
bool fullfilled This is the output method for any object. The default implementation provided with CCopasiObject uses the ostream operator<< of the object to print the object.To overide this default behaviour one needs to reimplement the virtual print function.
- Parameters:
-
Reimplemented from CCopasiParameterGroup.
Reimplemented in COptProblem, CSensProblem, CMCAProblem, CFitProblem, and CCrossSectionProblem.
void CCopasiProblem::printResult |
( |
std::ostream * |
ostream | ) |
const [virtual] |
bool CCopasiProblem::restore |
( |
const bool & |
updateModel | ) |
[virtual] |
Do the calculatting based on CalculateVariables and fill CalculateResults with the results.
- Returns:
- bool succes Do all neccessary restore procedures so that the model is in the same state as before const bool & updateModel
-
bool succes
Reimplemented in COptProblem, and CFitProblem.
bool CCopasiProblem::setCallBack |
( |
CProcessReport * |
pCallBack | ) |
[virtual] |
bool CCopasiProblem::setModel |
( |
CModel * |
pModel | ) |
[virtual] |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CCopasiProblem & |
o |
|
) |
| [friend] |
Output stream operator
- Parameters:
-
- Returns:
- ostream & os
Member Data Documentation
a pointer to the callback
The documentation for this class was generated from the following files: