#include <CMCAMethod.h>
List of all members.
Constructor & Destructor Documentation
Default constructor
- Parameters:
-
Default constructor
Copy constructor
- Parameters:
-
CMCAMethod::~CMCAMethod |
( |
| ) |
[virtual] |
User defined constructor
- Parameters:
-
refer | to Model and factor Deconstructor |
Deconstructor
Member Function Documentation
the steady state MCA entry point
- Parameters:
-
ss_solution | refer to steady-state solution |
refer | to the resolution |
int CMCAMethod::calculateUnscaledConcentrationCC |
( |
| ) |
|
void CMCAMethod::calculateUnscaledElasticities |
( |
C_FLOAT64 |
res | ) |
|
void CMCAMethod::calculateUnscaledFluxCC |
( |
int |
condition | ) |
|
bool CMCAMethod::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 CModel * CMCAMethod::getModel |
( |
| ) |
const |
const CMatrix<C_FLOAT64>& CMCAMethod::getScaledConcentrationCC |
( |
| ) |
const [inline] |
const CArrayAnnotation* CMCAMethod::getScaledConcentrationCCAnn |
( |
| ) |
const [inline] |
const CMatrix<C_FLOAT64>& CMCAMethod::getScaledElasticities |
( |
| ) |
const [inline] |
const CMatrix<C_FLOAT64>& CMCAMethod::getScaledFluxCC |
( |
| ) |
const [inline] |
const CMatrix<C_FLOAT64>& CMCAMethod::getUnscaledConcentrationCC |
( |
| ) |
const [inline] |
const CArrayAnnotation* CMCAMethod::getUnscaledConcentrationCCAnn |
( |
| ) |
const [inline] |
const CMatrix<C_FLOAT64>& CMCAMethod::getUnscaledElasticities |
( |
| ) |
const [inline] |
const CArrayAnnotation* CMCAMethod::getUnscaledElasticitiesAnn |
( |
| ) |
const [inline] |
const CMatrix<C_FLOAT64>& CMCAMethod::getUnscaledFluxCC |
( |
| ) |
const [inline] |
bool CMCAMethod::isValidProblem |
( |
const CCopasiProblem * |
pProblem | ) |
[virtual] |
Check if the method is suitable for this problem
- Returns:
- bool suitability of the method
Reimplemented from CCopasiMethod.
Read SSMCAUnscaled from configuration file
bool CMCAMethod::process |
( |
| ) |
[virtual] |
void CMCAMethod::resizeAllMatrices |
( |
| ) |
[virtual] |
Resizes all result matrices and updates the corresponding array annotations. This needs to be called before output initialization (in case the output references parts of the matrix) from the task initialization, but it also needs to be called before selecting elements of the matrices in the object selection dialog. The model needs to be set before calling this.
void CMCAMethod::scaleMCA |
( |
int |
condition, |
|
|
C_FLOAT64 |
res |
|
) |
| |
Scales the coefficients (i.e. Kacser format, rather than Reder)
void CMCAMethod::setFactor |
( |
C_FLOAT64 |
factor | ) |
|
void CMCAMethod::setModel |
( |
CModel * |
model | ) |
|
void CMCAMethod::setSteadyStateResolution |
( |
C_FLOAT64 |
factor | ) |
|
The documentation for this class was generated from the following files: