|
copasi API
0.1
|
#include <CMoietiesMethod.h>
Public Member Functions | |
| CMoietiesMethod (const CMoietiesMethod &src, const CCopasiContainer *pParent=NULL) | |
| virtual | ~CMoietiesMethod () |
| virtual bool | process () |
| void | setProblem (CMoietiesProblem *pProblem) |
Static Public Member Functions | |
| static CMoietiesMethod * | createMethod (const CCopasiMethod::SubType &subType=CCopasiMethod::Householder) |
Protected Member Functions | |
| CMoietiesMethod (const CCopasiTask::Type &taskType, const SubType &subType, const CCopasiContainer *pParent=NULL) | |
Protected Attributes | |
| CMoietiesProblem * | mpProblem |
| CMoietiesMethod::CMoietiesMethod | ( | const CCopasiTask::Type & | taskType, |
| const SubType & | subType, | ||
| const CCopasiContainer * | pParent = NULL |
||
| ) | [protected] |
Specific constructor
| const | CCopasiTask::Type & type |
| const | CCopasiMethod::SubType & subType |
| const | CCopasiContainer * pParent (default: NULL) |
| CMoietiesMethod::CMoietiesMethod | ( | const CMoietiesMethod & | src, |
| const CCopasiContainer * | pParent = NULL |
||
| ) |
Copy constructor
| const | CMoietiesMethod & src |
| const | CCopasiContainer * pParent (default: NULL) |
| CMoietiesMethod::~CMoietiesMethod | ( | ) | [virtual] |
Destructor
| CMoietiesMethod * CMoietiesMethod::createMethod | ( | const CCopasiMethod::SubType & | subType = CCopasiMethod::Householder | ) | [static] |
Create a trajectory method for a special problem. Note: the returned object has to be released after use with delete a problem is also passed so that the method has a chance to choose an appropriate simulation method.
| const | CCopasiMethod::SubType & subType (default: CCopasiMethod::Householder) |
| bool CMoietiesMethod::process | ( | ) | [virtual] |
Determine the independent metabolites.
| void CMoietiesMethod::setProblem | ( | CMoietiesProblem * | pProblem | ) |
Set the problem
| CMoietiesProblem | * pProblem |
CMoietiesProblem* CMoietiesMethod::mpProblem [protected] |
The problem to be processed
1.7.5.1