18 #ifndef QGSRASTERRESAMPLER_H    19 #define QGSRASTERRESAMPLER_H    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