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

LogChemical.h

Go to the documentation of this file.
00001 // LogChemical.h: interface for the CLogChemical class.
00002 //
00004 
00005 #if !defined(AFX_LOGCHEMICAL_H__5E543E3E_912F_42AB_88E0_AF1FAC530CF5__INCLUDED_)
00006 #define AFX_LOGCHEMICAL_H__5E543E3E_912F_42AB_88E0_AF1FAC530CF5__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include <cmath>
00013 #include "AlgebraicChemical.h"
00014 
00015 class CLogChemical : public CAlgebraicChemical  
00016 {
00017 public:
00018         CLogChemical(int chemicalNumber, std::string name, std::vector<Chemical *> chemRefVector);
00019         virtual ~CLogChemical();
00020 protected:
00021         void ComputeAmount();
00022         void ComputeInitialAmount();
00023         void ComputeErrorInInitialAmount();
00024 };
00025 
00026 #endif // !defined(AFX_LOGCHEMICAL_H__5E543E3E_912F_42AB_88E0_AF1FAC530CF5__INCLUDED_)

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