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