QGIS API Documentation
3.40.0-Bratislava (b56115d8743)
Loading...
Searching...
No Matches
src
core
raster
qgscubicrasterresampler.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgscubicrasterresampler.h
3
----------------------------
4
begin : December 2011
5
copyright : (C) 2011 by Marco Hugentobler
6
email : marco at sourcepole dot ch
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef QGSCUBICRASTERRESAMPLER_H
19
#define QGSCUBICRASTERRESAMPLER_H
20
21
#include "
qgsrasterresampler.h
"
22
#include "
qgis_sip.h
"
23
#include "
qgis.h
"
24
#include <QColor>
25
26
#include "qgis_core.h"
27
32
class
CORE_EXPORT
QgsCubicRasterResampler
:
public
QgsRasterResamplerV2
33
{
34
public
:
35
36
QgsCubicRasterResampler
() =
default
;
37
QgsCubicRasterResampler
*
clone
() const override
SIP_FACTORY
;
38
39
QImage resampleV2( const QImage &source, const QSize &size ) override;
40
Q_DECL_DEPRECATED
void
resample( const QImage &srcImage, QImage &dstImage ) override
SIP_DEPRECATED
;
41
QString type() const override;
42
int
tileBufferPixels() const override;
43
};
44
45
#endif
// QGSCUBICRASTERRESAMPLER_H
QgsCubicRasterResampler
Cubic Raster Resampler.
Definition
qgscubicrasterresampler.h:33
QgsCubicRasterResampler::QgsCubicRasterResampler
QgsCubicRasterResampler()=default
QgsRasterResamplerV2
Interface for resampling rasters (V2) (e.g.
Definition
qgsrasterresampler.h:97
QgsRasterResampler::clone
virtual QgsRasterResampler * clone() const =0
Gets a deep copy of this object.
qgis.h
qgis_sip.h
SIP_DEPRECATED
#define SIP_DEPRECATED
Definition
qgis_sip.h:106
SIP_FACTORY
#define SIP_FACTORY
Definition
qgis_sip.h:76
qgsrasterresampler.h
Generated on Mon Oct 28 2024 22:06:03 for QGIS API Documentation by
1.9.8