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

TauNetwork.h

Go to the documentation of this file.
00001 // TauNetwork.h: interface for the CTauNetwork class.
00002 //
00004 
00005 #if !defined(AFX_TAUNETWORK_H__B552F72A_B916_4F52_8476_3A60F2CFC564__INCLUDED_)
00006 #define AFX_TAUNETWORK_H__B552F72A_B916_4F52_8476_3A60F2CFC564__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "ReactionNetwork.h"
00013 #include "MixedReactionNetwork.h"
00014 #include "TauReaction.h"
00015 
00016 class CTauNetwork : public ReactionNetwork  
00017 {
00018 public:
00019         CTauNetwork();
00020         CTauNetwork(CMixedReactionNetwork *pMixedNetwork);
00021         virtual ~CTauNetwork();
00022         int GetNumberOfChemicals() const;
00023         int GetNumberOfReactions() const;
00024         Chemical *GetChemical(int chemicalNumber);
00025         virtual std::vector<double> *GetReactionRates();
00026         virtual std::vector<Reaction*> *GetReactions();
00027         virtual std::vector<Chemical*> *GetChemicals();
00028         double GetTOfTau() const;
00029 protected:
00030         CMixedReactionNetwork *m_pMixedNetwork;
00031         Chemical *m_pChemTau;
00032         Reaction *m_pRxnTauReaction;
00033 };
00034 
00035 #endif // !defined(AFX_TAUNETWORK_H__B552F72A_B916_4F52_8476_3A60F2CFC564__INCLUDED_)

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