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

TauReaction.h

Go to the documentation of this file.
00001 // TauReaction.h: interface for the CTauReaction class.
00002 //
00004 
00005 #if !defined(AFX_TAUREACTION_H__653067BE_B9F1_4139_811F_A282E590AECF__INCLUDED_)
00006 #define AFX_TAUREACTION_H__653067BE_B9F1_4139_811F_A282E590AECF__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 CTauReaction : public Reaction  
00016 {
00017 public:
00018         CTauReaction(Chemical *pTau);
00019         virtual ~CTauReaction();
00020         double GetRate() const;
00021         std::vector<JElement *> *GetChemicalJacobian();
00022         void SetTeXForm();
00023 protected:
00024         int Tau;
00025 };
00026 
00027 #endif // !defined(AFX_TAUREACTION_H__653067BE_B9F1_4139_811F_A282E590AECF__INCLUDED_)

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