18 #ifndef QGSBILINEARRASTERRESAMPLER_H 19 #define QGSBILINEARRASTERRESAMPLER_H 25 #include "qgis_core.h" 40 void resample(
const QImage &srcImage, QImage &dstImage )
override;
41 QString
type()
const override {
return QStringLiteral(
"bilinear" ); }
45 #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
Gets a deep copy of this object.
QString type() const override
Gets a descriptive type identifier for this raster resampler.