copasi API  0.1
Public Member Functions | Friends
CTableauLine Class Reference

#include <CTableauLine.h>

List of all members.

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 CFluxScoregetScore () 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 &)

Detailed Description

CTableauLine class. This store one row of the Tableau Matrix

Created for COPASI by Stefan Hoops 2002-05-08 (C) Stefan Hoops 2002


Constructor & Destructor Documentation

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


Member Function Documentation

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

Parameters:
constsize_t & index
Returns:
const C_FLOAT64 & multiplier
const CFluxScore & CTableauLine::getScore ( ) const

Retrieves the flux score

bool CTableauLine::isReversible ( ) const

Checks whether the reaction is reversible

Returns:
"bool" isReversible

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const CTableauLine l 
) [friend]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines