|
copasi API
0.1
|
#include <CMathTrigger.h>
Classes | |
| class | CRootFinder |
Public Member Functions | |
| CMathTrigger (const CCopasiContainer *pParent=NULL) | |
| CMathTrigger (const CMathTrigger &src, const CCopasiContainer *pParent=NULL) | |
| virtual | ~CMathTrigger () |
| void | calculateInitialTrue () |
| void | calculateInitialActivity () |
| bool | calculate () |
| bool | compile (const CExpression *pTriggerExpression, std::vector< CCopasiContainer * > listOfContainer) |
| CCopasiVector< CRootFinder > & | getRootFinders () |
| CMathTrigger::CMathTrigger | ( | const CCopasiContainer * | pParent = NULL | ) |
Default constructor
| const | CCopasiContainer * pParent (default: NULL) |
| CMathTrigger::CMathTrigger | ( | const CMathTrigger & | src, |
| const CCopasiContainer * | pParent = NULL |
||
| ) |
Copy constructor
| const CMathTrigger & | src |
| "const | CCopasiContainer * pParent (default: NULL) |
| CMathTrigger::~CMathTrigger | ( | ) | [virtual] |
Destructor
| bool CMathTrigger::calculate | ( | void | ) |
Calculate the current trigger value.
| void CMathTrigger::calculateInitialActivity | ( | ) |
Determine the activity for the initial conditions.
| void CMathTrigger::calculateInitialTrue | ( | ) |
Determine the true value for the initial conditions.
| bool CMathTrigger::compile | ( | const CExpression * | pTriggerExpression, |
| std::vector< CCopasiContainer * > | listOfContainer | ||
| ) |
Compile the trigger
| const | CExpression * pTriggerExpression |
| std::vector< | CCopasiContainer * > listOfContainer |
| CCopasiVector< CMathTrigger::CRootFinder > & CMathTrigger::getRootFinders | ( | ) |
Retrieve the list of root finders
1.7.5.1