QGIS/python/core/auto_additions/qgsrasterblock.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

13 lines
681 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:
pass