18 #ifndef QGSRASTERRESAMPLER_H 19 #define QGSRASTERRESAMPLER_H 40 if ( dynamic_cast<QgsBilinearRasterResampler *>( sipCpp ) != NULL )
41 sipType = sipType_QgsBilinearRasterResampler;
42 else if ( dynamic_cast<QgsCubicRasterResampler *>( sipCpp ) != NULL )
43 sipType = sipType_QgsCubicRasterResampler;
51 virtual void resample(
const QImage &srcImage, QImage &dstImage ) = 0;
57 virtual QString type()
const = 0;
67 #endif // QGSRASTERRESAMPLER_H Interface for resampling rasters (e.g.
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)