00001 // GnuPlotterParameterScatterPlot.h: interface for the GnuPlotterParameterScatterPlot class. 00002 // 00004 00005 #if !defined(AFX_GNUPLOTTERPARAMETERSCATTERPLOT_H__DFF1E759_60EE_4D09_B26B_0328EBB06934__INCLUDED_) 00006 #define AFX_GNUPLOTTERPARAMETERSCATTERPLOT_H__DFF1E759_60EE_4D09_B26B_0328EBB06934__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "GnuPlotter.h" 00013 #include "StochasticSensitivityAnalysis.h" 00014 00015 class GnuPlotterParameterScatterPlot : public GnuPlotter 00016 { 00017 public: 00018 GnuPlotterParameterScatterPlot(); 00019 virtual ~GnuPlotterParameterScatterPlot(); 00020 void Update(Subject *theChangedSubject); 00021 }; 00022 00023 #endif // !defined(AFX_GNUPLOTTERPARAMETERSCATTERPLOT_H__DFF1E759_60EE_4D09_B26B_0328EBB06934__INCLUDED_)