Go to the documentation of this file. 1 #ifndef WATERFALL_GLOBAL_DATA_HPP
2 #define WATERFALL_GLOBAL_DATA_HPP
4 #include <qwt_raster_data.h>
7 #if QWT_VERSION >= 0x060000
8 #include <qwt_point_3d.h>
9 #include <qwt_compat.h>
23 virtual QwtRasterData *
copy()
const;
25 #if QWT_VERSION < 0x060000
26 virtual QwtDoubleInterval
range()
const;
27 virtual void setRange(
const QwtDoubleInterval&);
30 virtual double value(
double x,
double y)
const;
49 #if QWT_VERSION < 0x060000