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

ChemicalTransportReaction.h

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

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