1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-24 00:06:24 -04:00
QGIS/python/core/raster/qgscubicrasterresampler.sip
2015-11-12 20:29:06 +11:00

13 lines
338 B
Plaintext

class QgsCubicRasterResampler: QgsRasterResampler
{
%TypeHeaderCode
#include "qgscubicrasterresampler.h"
%End
public:
QgsCubicRasterResampler();
~QgsCubicRasterResampler();
virtual QgsCubicRasterResampler * clone() const /Factory/;
void resample( const QImage& srcImage, QImage& dstImage );
QString type() const;
};