#include <Enz.h>
Public Member Functions | |
Enz () | |
~Enz () | |
void | vSetKm (const Eref &e, double v) |
double | vGetKm (const Eref &e) const |
void | vSetNumKm (const Eref &e, double v) |
double | vGetNumKm (const Eref &e) const |
void | vSetKcat (const Eref &e, double v) |
double | vGetKcat (const Eref &e) const |
void | vSetK1 (const Eref &e, double v) |
double | vGetK1 (const Eref &e) const |
void | vSetK2 (const Eref &e, double v) |
double | vGetK2 (const Eref &e) const |
void | vSetRatio (const Eref &e, double v) |
double | vGetRatio (const Eref &e) const |
void | vSetConcK1 (const Eref &e, double v) |
double | vGetConcK1 (const Eref &e) const |
void | vProcess (const Eref &e, ProcPtr p) |
void | vReinit (const Eref &e, ProcPtr p) |
void | vSub (double n) |
void | vEnz (double n) |
void | vPrd (double n) |
void | vCplx (double n) |
void | vRemesh (const Eref &e) |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
Enz::Enz | ( | ) |
Enz::~Enz | ( | ) |
const Cinfo * Enz::initCinfo | ( | ) | [static] |
Reimplemented from CplxEnzBase.
References CplxEnzBase::initCinfo().
void Enz::vCplx | ( | double | n | ) | [virtual] |
Reimplemented from CplxEnzBase.
void Enz::vEnz | ( | double | n | ) | [virtual] |
Reimplemented from EnzBase.
double Enz::vGetConcK1 | ( | const Eref & | e | ) | const [virtual] |
Implements CplxEnzBase.
References EPSILON.
double Enz::vGetK1 | ( | const Eref & | e | ) | const [virtual] |
Implements CplxEnzBase.
double Enz::vGetK2 | ( | const Eref & | e | ) | const [virtual] |
Implements CplxEnzBase.
double Enz::vGetNumKm | ( | const Eref & | e | ) | const [virtual] |
Implements EnzBase.
References convertConcToNumRateUsingMesh().
double Enz::vGetRatio | ( | const Eref & | e | ) | const [virtual] |
Implements CplxEnzBase.
void Enz::vPrd | ( | double | n | ) |
Reimplemented from EnzBase.
References SrcFinfo2< T1, T2 >::send().
void Enz::vRemesh | ( | const Eref & | e | ) | [virtual] |
void Enz::vSetConcK1 | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Implements CplxEnzBase.
References convertConcToNumRateUsingMesh(), and EPSILON.
void Enz::vSetK1 | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Implements CplxEnzBase.
References convertConcToNumRateUsingMesh().
void Enz::vSetK2 | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
void Enz::vSetKcat | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
void Enz::vSetKm | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Implements EnzBase.
References convertConcToNumRateUsingMesh().
Referenced by vSetK2(), and vSetKcat().
void Enz::vSetNumKm | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Implements EnzBase.
References convertConcToNumRateUsingMesh().
void Enz::vSetRatio | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Implements CplxEnzBase.
References convertConcToNumRateUsingMesh().
void Enz::vSub | ( | double | n | ) | [virtual] |
Reimplemented from EnzBase.