23 #ifndef TIMERASTER_DISPLAY_PLOT_H
24 #define TIMERASTER_DISPLAY_PLOT_H
29 #include <qwt_plot_rasteritem.h>
35 #if QWT_VERSION < 0x060000
38 #include <qwt_compat.h>
54 double rows,
double cols,
71 const double units,
const std::string &strunits);
73 void plotNewData(
const std::vector<double*> dataPoints,
80 const double maxIntensity);
99 void _updateIntensityRangeDisplay();
101 std::vector<TimeRasterData*> d_data;
102 std::vector<PlotTimeRaster*> d_raster;
105 double d_rows, d_cols;
107 std::vector<int> d_color_map_type;
108 QColor d_low_intensity;
109 QColor d_high_intensity;