/************************************************************************ * This file has been generated automatically from * * * * src/core/qgsalignrasterdata.h * * * * Do not edit manually ! Edit header and run scripts/sipify.py again * ************************************************************************/ class QgsAlignRasterData { %Docstring(signature="appended") Provides data structures and enums for the align raster tool. .. versionadded:: 3.34 %End %TypeHeaderCode #include "qgsalignrasterdata.h" %End public: struct RasterItem { RasterItem( const QString &input, const QString &output ); virtual ~RasterItem(); QString inputFilename; QString outputFilename; Qgis::GdalResampleAlgorithm resampleMethod; bool rescaleValues; double srcCellSizeInDestCRS; }; typedef QList RasterItemList; }; /************************************************************************ * This file has been generated automatically from * * * * src/core/qgsalignrasterdata.h * * * * Do not edit manually ! Edit header and run scripts/sipify.py again * ************************************************************************/