QGIS/python/core/auto_generated/raster/qgscubicrasterresampler.sip.in
2018-05-14 10:23:37 -04:00

43 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgscubicrasterresampler.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsCubicRasterResampler: QgsRasterResampler
{
%Docstring
Cubic Raster Resampler
%End
%TypeHeaderCode
#include "qgscubicrasterresampler.h"
%End
public:
QgsCubicRasterResampler();
%Docstring
Constructor for QgsCubicRasterResampler.
%End
virtual QgsCubicRasterResampler *clone() const /Factory/;
virtual void resample( const QImage &srcImage, QImage &dstImage );
virtual QString type() const;
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgscubicrasterresampler.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/