mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
43 lines
1.4 KiB
Plaintext
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 *
|
|
************************************************************************/
|