QGIS/python/analysis/auto_additions/qgsalignraster.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

17 lines
636 B
Python

# The following has been generated automatically from src/analysis/raster/qgsalignraster.h
try:
QgsAlignRaster.suggestedWarpOutput = staticmethod(QgsAlignRaster.suggestedWarpOutput)
QgsAlignRaster.__group__ = ['raster']
except NameError:
pass
try:
QgsAlignRaster.RasterInfo.__doc__ = """Utility class for gathering information about rasters"""
QgsAlignRaster.RasterInfo.__group__ = ['raster']
except NameError:
pass
try:
QgsAlignRaster.ProgressHandler.__doc__ = """Helper struct to be sub-classed for progress reporting"""
QgsAlignRaster.ProgressHandler.__group__ = ['raster']
except NameError:
pass