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

ReceptorBindingReaction.cpp

Go to the documentation of this file.
00001 // ReceptorBindingReaction.cpp: implementation of the ReceptorBindingReaction class.
00002 //
00004 
00005 #include "ReceptorBindingReaction.h"
00006 
00008 // Construction/Destruction
00010 
00011 ReceptorBindingReaction::ReceptorBindingReaction(Chemical *ActivatingLigand, Chemical *FreeReceptor, Chemical *BoundReceptor, RateConstant *k_b, std::string reactionName)
00012 :HeterodimerizationReaction(ActivatingLigand,FreeReceptor,BoundReceptor,k_b,reactionName)
00013 {
00014 
00015 }
00016 
00017 ReceptorBindingReaction::~ReceptorBindingReaction()
00018 {
00019 
00020 }

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