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

LeastSquaresObserver.h

Go to the documentation of this file.
00001 // LeastSquaresObserver.h: interface for the LeastSquaresObserver class.
00002 //      
00004 
00005 #if !defined(AFX_LEASTSQUARESOBSERVER_H__B1B3CBC0_3FFC_4825_A6F3_B99BAC25AA0F__INCLUDED_)
00006 #define AFX_LEASTSQUARESOBSERVER_H__B1B3CBC0_3FFC_4825_A6F3_B99BAC25AA0F__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "SubjectObserver.h"
00013 #include "LeastSquaresMinimizer.h"
00014 #include <fstream>
00015 using namespace std;
00016 
00017 class CLeastSquaresObserver : public Observer  
00018 {
00019 public:
00020         CLeastSquaresObserver();
00021         virtual ~CLeastSquaresObserver();
00022         void Update(Subject *theChangedSubject);
00023 };
00024 
00025 #endif // !defined(AFX_LEASTSQUARESOBSERVER_H__B1B3CBC0_3FFC_4825_A6F3_B99BAC25AA0F__INCLUDED_)

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