QGIS/python/core/auto_generated/raster/qgsbilinearrasterresampler.sip.in
2024-08-13 20:28:55 +10:00

46 lines
1.5 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgsbilinearrasterresampler.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsBilinearRasterResampler: QgsRasterResamplerV2
{
%Docstring(signature="appended")
Bilinear Raster Resampler
%End
%TypeHeaderCode
#include "qgsbilinearrasterresampler.h"
%End
public:
QgsBilinearRasterResampler();
virtual void resample( const QImage &srcImage, QImage &dstImage ) /Deprecated/;
virtual QImage resampleV2( const QImage &source, const QSize &size );
virtual QString type() const;
virtual QgsBilinearRasterResampler *clone() const /Factory/;
virtual int tileBufferPixels() const;
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgsbilinearrasterresampler.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/