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