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

MichaelisMentenTransformationReaction.cpp

Go to the documentation of this file.
00001 // MichaelisMentenTransformationReaction.cpp: implementation of the MichaelisMentenTransformationReaction class.
00002 //
00004 
00005 #include "MichaelisMentenTransformationReaction.h"
00006 
00008 // Construction/Destruction
00010 
00011 MichaelisMentenTransformationReaction::MichaelisMentenTransformationReaction(Chemical *Enzyme, Chemical *OldForm, Chemical *NewForm, RateConstant *k_Enzyme, RateConstant *Km_Enzyme, std::string reactionName)
00012 :MichaelisMentenReaction(Enzyme,OldForm,NewForm,k_Enzyme,Km_Enzyme,reactionName)
00013 {
00014 
00015 }
00016 
00017 MichaelisMentenTransformationReaction::~MichaelisMentenTransformationReaction()
00018 {
00019 
00020 }

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