mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/raster/qgsrasterviewport.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
struct QgsRasterViewPort
|
|
{
|
|
%TypeHeaderCode
|
|
#include <qgsrasterviewport.h>
|
|
%End
|
|
|
|
QgsPointXY mTopLeftPoint;
|
|
|
|
QgsPointXY mBottomRightPoint;
|
|
|
|
int mWidth;
|
|
|
|
int mHeight;
|
|
|
|
QgsRectangle mDrawnExtent;
|
|
|
|
QgsCoordinateReferenceSystem mSrcCRS;
|
|
|
|
QgsCoordinateReferenceSystem mDestCRS;
|
|
|
|
int mSrcDatumTransform;
|
|
int mDestDatumTransform;
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/raster/qgsrasterviewport.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|