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

PromoterBindingReaction.h

Go to the documentation of this file.
00001 // PromoterBindingReaction.h: interface for the PromoterBindingReaction class.
00002 //
00004 
00005 #if !defined(AFX_PROMOTERBINDINGREACTION_H__0312AE8F_B093_4724_8D65_C230BC44E8FE__INCLUDED_)
00006 #define AFX_PROMOTERBINDINGREACTION_H__0312AE8F_B093_4724_8D65_C230BC44E8FE__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "HeterodimerizationReaction.h"
00013 
00014 class PromoterBindingReaction : public HeterodimerizationReaction  
00015 {
00016 public:
00017         PromoterBindingReaction(Chemical *Protein, Chemical *FreePromoter, Chemical *BoundPromoter, RateConstant *k_b, std::string reactionName);
00018         virtual ~PromoterBindingReaction();
00019 
00020 };
00021 
00022 #endif // !defined(AFX_PROMOTERBINDINGREACTION_H__0312AE8F_B093_4724_8D65_C230BC44E8FE__INCLUDED_)

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