mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.6 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: QgsRasterResamplerV2
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
Cubic Raster Resampler.
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgscubicrasterresampler.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    QgsCubicRasterResampler();
 | 
						|
%Docstring
 | 
						|
Constructor for QgsCubicRasterResampler.
 | 
						|
%End
 | 
						|
    virtual QgsCubicRasterResampler *clone() const /Factory/;
 | 
						|
 | 
						|
 | 
						|
    virtual QImage resampleV2( const QImage &source, const QSize &size );
 | 
						|
 | 
						|
 virtual void resample( const QImage &srcImage, QImage &dstImage ) /Deprecated/;
 | 
						|
 | 
						|
    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.pl again   *
 | 
						|
 ************************************************************************/
 |