#include <FirstOrderDestructionReaction.h>
Inheritance diagram for CFirstOrderDestructionReaction:
Public Methods | |
CFirstOrderDestructionReaction (Chemical *DestroyingEnzyme, Chemical *Substrate, RateConstant *k_fod, std::string reactionName) | |
virtual | ~CFirstOrderDestructionReaction () |
double | GetRate () const |
std::vector< JElement * > * | GetChemicalJacobian () |
void | SetTeXForm () |
Protected Attributes | |
int | k_fod |
int | DestroyingEnzyme |
int | Substrate |
|
Definition at line 11 of file FirstOrderDestructionReaction.cpp. References Reaction::chemicalJacobian, Reaction::chemicals, Reaction::numberOfEachChemicalChangedByReaction, Reaction::rateConstants, and SetTeXForm. |
|
Definition at line 36 of file FirstOrderDestructionReaction.cpp. |
|
Implements Reaction. Definition at line 65 of file FirstOrderDestructionReaction.cpp. References Reaction::chemicalJacobian, Reaction::chemicals, DestroyingEnzyme, k_fod, Reaction::rateConstants, and Substrate. |
|
Implements Reaction. Definition at line 41 of file FirstOrderDestructionReaction.cpp. References Reaction::chemicals, DestroyingEnzyme, k_fod, Reaction::rateConstants, and Substrate. |
|
Implements Reaction. Definition at line 49 of file FirstOrderDestructionReaction.cpp. References Reaction::chemicals, DestroyingEnzyme, k_fod, Reaction::m_sTeXForm, Reaction::rateConstants, and Substrate. Referenced by CFirstOrderDestructionReaction. |
|
Definition at line 25 of file FirstOrderDestructionReaction.h. Referenced by GetChemicalJacobian, GetRate, and SetTeXForm. |
|
Definition at line 24 of file FirstOrderDestructionReaction.h. Referenced by GetChemicalJacobian, GetRate, and SetTeXForm. |
|
Definition at line 25 of file FirstOrderDestructionReaction.h. Referenced by GetChemicalJacobian, GetRate, and SetTeXForm. |