mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/raster/qgscubicrasterresampler.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsCubicRasterResampler: QgsRasterResamplerV2
|
|
{
|
|
%Docstring(signature="appended")
|
|
Cubic Raster Resampler.
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgscubicrasterresampler.h"
|
|
%End
|
|
public:
|
|
|
|
QgsCubicRasterResampler();
|
|
virtual QgsCubicRasterResampler *clone() const /Factory/;
|
|
|
|
|
|
virtual QImage resampleV2( const QImage &source, const QSize &size );
|
|
|
|
|
|
virtual void resample( const QImage &srcImage, QImage &dstImage ) /Deprecated="Since 3.12. Use resampleV2() instead."/;
|
|
|
|
%Docstring
|
|
|
|
.. deprecated:: 3.12
|
|
|
|
Use :py:func:`~QgsCubicRasterResampler.resampleV2` instead.
|
|
%End
|
|
virtual QString type() const;
|
|
|
|
virtual int tileBufferPixels() const;
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/raster/qgscubicrasterresampler.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|