00001 // MichaelisMentenGProteinDeactivationReaction.h: interface for the MichaelisMentenGProteinDeactivationReaction class. 00002 // 00004 00005 #if !defined(AFX_MICHAELISMENTENGPROTEINDEACTIVATIONREACTION_H__6CB14C22_BB14_4799_A6C5_3CC57F4989DF__INCLUDED_) 00006 #define AFX_MICHAELISMENTENGPROTEINDEACTIVATIONREACTION_H__6CB14C22_BB14_4799_A6C5_3CC57F4989DF__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "MichaelisMentenReaction.h" 00013 00014 class MichaelisMentenGProteinDeactivationReaction : public MichaelisMentenReaction 00015 { 00016 public: 00017 MichaelisMentenGProteinDeactivationReaction(Chemical *Gap, Chemical *ActiveGProtein, Chemical *InactiveGProtein, RateConstant *k_Gap, RateConstant *Km_Gap, std::string reactionName); 00018 virtual ~MichaelisMentenGProteinDeactivationReaction(); 00019 00020 }; 00021 00022 #endif // !defined(AFX_MICHAELISMENTENGPROTEINDEACTIVATIONREACTION_H__6CB14C22_BB14_4799_A6C5_3CC57F4989DF__INCLUDED_)