mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * 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<QgsAlignRasterData::RasterItem> RasterItemList;
 | 
						|
};
 | 
						|
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/qgsalignrasterdata.h                                        *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 |