Analysis/TimeSeries/plotTS.h

Go to the documentation of this file.
00001 #include <qwt_plot.h>
00002 
00003 
00004 class PlotTS : public QwtPlot
00005 {
00006 public:
00007     PlotTS(const char* title = 0, const char* xtitle = 0, const char* ytitle = 0, const char* legend = 0, double *xval= NULL, double *yval=NULL, int npts=0);
00008 };
00009 

Generated on Sun Aug 5 17:33:57 2007 for PIHMgis by  doxygen 1.5.2