COPASI API
4.16.103
|
#include <CFluxScore.h>
Public Member Functions | |
CFluxScore () | |
CFluxScore (const std::vector< C_FLOAT64 > &fluxModes) | |
bool | operator< (const CFluxScore &rhs) const |
~CFluxScore () | |
Private Attributes | |
CVector< unsigned char > | mScore |
Friends | |
std::ostream & | operator<< (std::ostream &os, const CFluxScore &A) |
CFluxScore class. Used to compare flux modes
Created for Copasi by Stefan Hoops 2002-05-08 (C) Stefan Hoops 2002
Definition at line 28 of file CFluxScore.h.
CFluxScore::CFluxScore | ( | ) |
Default constructor
CFluxScore class. Used to compare flux modes
Created for COPASI by Stefan Hoops 2002-05-08 (C) Stefan Hoops 2002
Definition at line 36 of file CFluxScore.cpp.
References CONSTRUCTOR_TRACE.
CFluxScore::CFluxScore | ( | const std::vector< C_FLOAT64 > & | fluxModes | ) |
Specific constructor
const vector < C_FLOAT64 > & | fluxModes |
Definition at line 38 of file CFluxScore.cpp.
References CVectorCore< CType >::array(), CONSTRUCTOR_TRACE, mScore, and CVector< CType >::resize().
CFluxScore::~CFluxScore | ( | ) |
bool CFluxScore::operator< | ( | const CFluxScore & | rhs | ) | const |
Comparison operator deciding whether lhs has a smaller flux score than rhs
const CFluxScore & | lhs |
const CFluxScore & | rhs |
Definition at line 87 of file CFluxScore.cpp.
References CVectorCore< CType >::array(), mScore, and CVectorCore< CType >::size().
|
friend |
Definition at line 100 of file CFluxScore.cpp.
|
private |
The score of a flux mode
Definition at line 36 of file CFluxScore.h.
Referenced by CFluxScore(), operator<(), and operator<<().