18 #ifndef QGSRASTERRESAMPLER_H 19 #define QGSRASTERRESAMPLER_H 32 virtual void resample(
const QImage& srcImage, QImage& dstImage ) = 0;
33 virtual QString
type()
const = 0;
37 #endif // QGSRASTERRESAMPLER_H Interface for resampling rasters (e.g.
virtual void resample(const QImage &srcImage, QImage &dstImage)=0
virtual QString type() const =0
virtual ~QgsRasterResampler()
virtual QgsRasterResampler * clone() const =0