18 #ifndef QGSBILINEARRASTERRESAMPLER_H 19 #define QGSBILINEARRASTERRESAMPLER_H 33 void resample(
const QImage& srcImage, QImage& dstImage )
override;
34 QString
type()
const override {
return "bilinear"; }
38 #endif // QGSBILINEARRASTERRESAMPLER_H Interface for resampling rasters (e.g.
virtual void resample(const QImage &srcImage, QImage &dstImage)=0
Bilinear Raster Resampler.
virtual QgsRasterResampler * clone() const =0
QString type() const override