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

NormalizedLinearAmplifier.h

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

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