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

HomodimerDissociationReaction.h

Go to the documentation of this file.
00001 // HomodimerDissociationReaction.h: interface for the HomodimerDissociationReaction class.
00002 //
00004 
00005 #if !defined(AFX_HOMODIMERDISSOCIATIONREACTION_H__C1540B3D_E2F8_4060_A600_73523C2E0DDF__INCLUDED_)
00006 #define AFX_HOMODIMERDISSOCIATIONREACTION_H__C1540B3D_E2F8_4060_A600_73523C2E0DDF__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "Reaction.h"
00013 using namespace std;
00014 
00015 class HomodimerDissociationReaction : public Reaction  
00016 {
00017 public:
00018         HomodimerDissociationReaction(Chemical *Homodimer, Chemical *Monomer, RateConstant *k_udim, std::string ReactionName);
00019         virtual ~HomodimerDissociationReaction();
00020         double GetRate() const;
00021         std::vector<JElement *> *GetChemicalJacobian();
00022         void SetTeXForm();
00023 protected:
00024         int k_udim;
00025         int Homodimer,Monomer;
00026 
00027 };
00028 
00029 #endif // !defined(AFX_HOMODIMERDISSOCIATIONREACTION_H__C1540B3D_E2F8_4060_A600_73523C2E0DDF__INCLUDED_)

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