10 #ifndef QWT_MATRIX_RASTER_DATA_H 11 #define QWT_MATRIX_RASTER_DATA_H 16 #if QT_VERSION < 0x060000 17 template<
typename T >
class QVector;
68 void setValue(
int row,
int col,
double value );
70 int numColumns()
const;
A class representing an interval.
virtual QRectF pixelHint(const QRectF &) const
Pixel hint.
ResampleMode
Resampling algorithm The default setting is NearestNeighbour;.
virtual QwtInterval interval(Qt::Axis) const =0
void update(const std::string &key, const XmlRpc::XmlRpcValue &v)
A class representing a matrix of values as raster data.
virtual double value(double x, double y) const =0
QwtRasterData defines an interface to any type of raster data.