#include <CFluxMode.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
Default constructor
CFluxMode class. Used to return the flux modes in human readable form
Created for Copasi by Stefan Hoops 2002-05-10 (C) Stefan Hoops 2002
CFluxMode::CFluxMode |
( |
const CFluxMode & |
src | ) |
|
Copy constructor
- Parameters:
-
CFluxMode::CFluxMode |
( |
const std::map< size_t, C_FLOAT64 > & |
reactions, |
|
|
const bool & |
reversible |
|
) |
| |
Specific constructor
- Parameters:
-
const | std::map< size_t, C_FLOAT64 > & reactions |
const | bool & reversible |
Specific constructor
- Parameters:
-
CFluxMode::~CFluxMode |
( |
| ) |
|
Member Function Documentation
C_FLOAT64 CFluxMode::getMultiplier |
( |
const size_t & |
index | ) |
const |
Retrieve the multiplier for the indexed reaction
- Parameters:
-
- Returns:
- C_FLOAT64 multiplier
bool CFluxMode::isReversed |
( |
const CFluxMode & |
mode | ) |
|
Determine whether the current mode is the reversed mode
- Parameters:
-
- Returns:
- bool isReversed
bool CFluxMode::isReversible |
( |
| ) |
const |
Check whether the mode is reversible
- Returns:
- "bool" isReversible
unsigned C_INT32 CFluxMode::size |
( |
| ) |
const |
Retrieves the size of the mode
- Returns:
- "unsigned C_INT32" size
The documentation for this class was generated from the following files: