QGIS/python/core/raster/qgscubicrasterresampler.sip
2014-01-27 09:22:53 +01:00

13 lines
325 B
Plaintext

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