mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			490 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			490 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/core/raster/qgsrasterresampler.h
 | 
						|
try:
 | 
						|
    QgsRasterResampler.__virtual_methods__ = ['tileBufferPixels']
 | 
						|
    QgsRasterResampler.__abstract_methods__ = ['resample', 'type', 'clone']
 | 
						|
    QgsRasterResampler.__group__ = ['raster']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsRasterResamplerV2.__abstract_methods__ = ['resampleV2']
 | 
						|
    QgsRasterResamplerV2.__group__ = ['raster']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |