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

GnuPlotterSingleRun.h

Go to the documentation of this file.
00001 // GnuPlotterSingleRun.h: interface for the GnuPlotterSingleRun class.
00002 //
00004 
00005 #if !defined(AFX_GNUPLOTTERSINGLERUN_H__C753408A_5595_4A85_B4A1_1DF213779DFD__INCLUDED_)
00006 #define AFX_GNUPLOTTERSINGLERUN_H__C753408A_5595_4A85_B4A1_1DF213779DFD__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "GnuPlotter.h"
00013 
00014 class GnuPlotterSingleRun : public GnuPlotter  
00015 {
00016 public:
00017         GnuPlotterSingleRun();
00018         virtual ~GnuPlotterSingleRun();
00019         // GnuPlotterSingleRun so far is not designed to be an 
00020         // observer, so you should not call this function 
00021         void Update(Subject *theChangedSubject) {return;}
00022         void SetPlotAttributes();
00023 
00024 };
00025 
00026 #endif // !defined(AFX_GNUPLOTTERSINGLERUN_H__C753408A_5595_4A85_B4A1_1DF213779DFD__INCLUDED_)

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