QGIS/python/core/auto_additions/qgsrasterblock.py

14 lines
777 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.typeIsComplex = staticmethod(QgsRasterBlock.typeIsComplex)
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