mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| class QgsBilinearRasterResampler : QgsRasterResampler
 | |
| {
 | |
| %TypeHeaderCode
 | |
| #include "qgsbilinearrasterresampler.h"
 | |
| %End
 | |
|   public:
 | |
|     QgsBilinearRasterResampler();
 | |
|     ~QgsBilinearRasterResampler();
 | |
| 
 | |
|     void resample( const QImage& srcImage, QImage& dstImage );
 | |
|     QString type() const;
 | |
|     virtual QgsBilinearRasterResampler * clone() const /Factory/;
 | |
| };
 |