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

Integration.h

Go to the documentation of this file.
00001 // Integration.h: interface for the CIntegration class.
00002 //
00004 
00005 #if !defined(AFX_INTEGRATION_H__CDC3D2A2_DFDF_11D3_80FD_00C04F41E083__INCLUDED_)
00006 #define AFX_INTEGRATION_H__CDC3D2A2_DFDF_11D3_80FD_00C04F41E083__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 class CEquations;
00013 
00014 class CIntegration  
00015 {
00016 public:
00017         CIntegration(CEquations* CEqns);
00018         virtual ~CIntegration();
00019 
00020 private:
00021         CIntegration();                 //default not to be used
00022         CEquations* m_pEqns;    //pointer to the parent Equations
00023 };
00024 
00025 #endif // !defined(AFX_INTEGRATION_H__CDC3D2A2_DFDF_11D3_80FD_00C04F41E083__INCLUDED_)

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