QGIS/python/core/auto_additions/qgsrasterresampler.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

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