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>
52 double rows,
double cols,
69 const double units,
const std::string &strunits);
71 void plotNewData(
const std::vector<double*> dataPoints,
78 const double maxIntensity);
95 void _updateIntensityRangeDisplay();
97 std::vector<TimeRasterData*> d_data;
98 std::vector<PlotTimeRaster*> d_raster;
101 double d_rows, d_cols;
103 std::vector<int> d_color_map_type;
104 QColor d_low_intensity;
105 QColor d_high_intensity;