|
copasi API
0.1
|
#include <CTableauLine.h>
Public Member Functions | |
| CTableauLine () | |
| CTableauLine (const std::vector< C_FLOAT64 > &reaction, bool reversible, const size_t &reactionCounter, const size_t &reactionNumber) | |
| CTableauLine (C_FLOAT64 m1, const CTableauLine &src1, C_FLOAT64 m2, const CTableauLine &src2) | |
| ~CTableauLine () | |
| const CFluxScore & | getScore () const |
| const C_FLOAT64 & | getMultiplier (const size_t &index) const |
| const std::vector< C_FLOAT64 > & | getFluxMode () const |
| bool | isReversible () const |
Friends | |
| std::ostream & | operator<< (std::ostream &, const CTableauLine &) |
CTableauLine class. This store one row of the Tableau Matrix
Created for COPASI by Stefan Hoops 2002-05-08 (C) Stefan Hoops 2002
| CTableauLine::CTableauLine | ( | ) |
Default constructor
CTableauLine class. This store one row of the Tableau Matrix
Created for COPASI by Stefan Hoops 2002-05-08 (C) Stefan Hoops 2002
| CTableauLine::CTableauLine | ( | const std::vector< C_FLOAT64 > & | reaction, |
| bool | reversible, | ||
| const size_t & | reactionCounter, | ||
| const size_t & | reactionNumber | ||
| ) |
Specific constructor
| CTableauLine::CTableauLine | ( | C_FLOAT64 | m1, |
| const CTableauLine & | src1, | ||
| C_FLOAT64 | m2, | ||
| const CTableauLine & | src2 | ||
| ) |
Specific constructor
| CTableauLine::~CTableauLine | ( | ) |
Destructor
| const std::vector< C_FLOAT64 > & CTableauLine::getFluxMode | ( | ) | const |
Retrieves the flux mode
| const C_FLOAT64 & CTableauLine::getMultiplier | ( | const size_t & | index | ) | const |
Retrieve the multiplier for this reaction for the indexed species
| const | size_t & index |
| const CFluxScore & CTableauLine::getScore | ( | ) | const |
Retrieves the flux score
| bool CTableauLine::isReversible | ( | ) | const |
Checks whether the reaction is reversible
| std::ostream& operator<< | ( | std::ostream & | os, |
| const CTableauLine & | l | ||
| ) | [friend] |
1.7.5.1