18#ifndef QGSCUBICRASTERRESAMPLER_H
19#define QGSCUBICRASTERRESAMPLER_H
42 QImage resampleV2( const QImage &source, const QSize &size ) override;
43 Q_DECL_DEPRECATED
void resample( const QImage &srcImage, QImage &dstImage ) override
SIP_DEPRECATED;
44 QString type() const override;
45 int tileBufferPixels() const override;
QgsCubicRasterResampler()=default
Constructor for QgsCubicRasterResampler.
Interface for resampling rasters (V2) (e.g.
virtual QgsRasterResampler * clone() const =0
Gets a deep copy of this object.