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

MichaelisMentenGProteinActivationReaction.cpp

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

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