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