mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			699 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			699 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/core/raster/qgsrasterblock.h
 | |
| try:
 | |
|     QgsRasterBlock.typeSize = staticmethod(QgsRasterBlock.typeSize)
 | |
|     QgsRasterBlock.typeIsNumeric = staticmethod(QgsRasterBlock.typeIsNumeric)
 | |
|     QgsRasterBlock.typeIsColor = staticmethod(QgsRasterBlock.typeIsColor)
 | |
|     QgsRasterBlock.typeWithNoDataValue = staticmethod(QgsRasterBlock.typeWithNoDataValue)
 | |
|     QgsRasterBlock.valueBytes = staticmethod(QgsRasterBlock.valueBytes)
 | |
|     QgsRasterBlock.printValue = staticmethod(QgsRasterBlock.printValue)
 | |
|     QgsRasterBlock.subRect = staticmethod(QgsRasterBlock.subRect)
 | |
|     QgsRasterBlock.__group__ = ['raster']
 | |
| except (NameError, AttributeError):
 | |
|     pass
 |