Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

MichaelisMentenReaction.h

Go to the documentation of this file.
00001 // MichaelisMentenReaction.h: interface for the MichaelisMentenReaction class.
00002 //
00004 
00005 #if !defined(AFX_MICHAELISMENTENREACTION_H__B37A12EB_8864_45ED_A3B4_10FF305B8702__INCLUDED_)
00006 #define AFX_MICHAELISMENTENREACTION_H__B37A12EB_8864_45ED_A3B4_10FF305B8702__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "Reaction.h"
00013 using namespace std;
00014 
00015 class MichaelisMentenReaction : public Reaction  
00016 {
00017 public:
00018         MichaelisMentenReaction(Chemical *Enzyme, Chemical *Substrate, Chemical *Product, RateConstant *k_2, RateConstant *K_m, std::string reactionName);
00019         virtual ~MichaelisMentenReaction();
00020         double GetRate() const;
00021         std::vector<JElement *> *GetChemicalJacobian();
00022         void SetTeXForm();
00023 protected:
00024         int k_2;
00025         int K_m;
00026         int Enzyme,Substrate,Product;
00027 };
00028 
00029 #endif // !defined(AFX_MICHAELISMENTENREACTION_H__B37A12EB_8864_45ED_A3B4_10FF305B8702__INCLUDED_)

Generated on Mon Nov 3 09:38:00 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002