00001 // ReceptorBindingReaction.h: interface for the ReceptorBindingReaction class. 00002 // 00004 00005 #if !defined(AFX_RECEPTORBINDINGREACTION_H__7CCDEC1A_AFF9_447B_B152_7ECB845E91A3__INCLUDED_) 00006 #define AFX_RECEPTORBINDINGREACTION_H__7CCDEC1A_AFF9_447B_B152_7ECB845E91A3__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "HeterodimerizationReaction.h" 00013 00014 class ReceptorBindingReaction : public HeterodimerizationReaction 00015 { 00016 public: 00017 ReceptorBindingReaction(Chemical *ActivatingLigand, Chemical *FreeReceptor, Chemical *BoundReceptor, RateConstant *k_b, std::string reactionName); 00018 virtual ~ReceptorBindingReaction(); 00019 00020 }; 00021 00022 #endif // !defined(AFX_RECEPTORBINDINGREACTION_H__7CCDEC1A_AFF9_447B_B152_7ECB845E91A3__INCLUDED_)