QGIS API Documentation  3.4.15-Madeira (e83d02e274)
qgsrasterviewport.h
Go to the documentation of this file.
1 /***************************************************************************
2  qgsrasterviewport.h - description
3  -------------------
4  begin : Fri Jun 28 2002
5  copyright : (C) 2005 by T.Sutton
6  email : [email protected]
7 ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 #ifndef QGSRASTERVIEWPORT_H
18 #define QGSRASTERVIEWPORT_H
19 
20 #include "qgspointxy.h"
22 #include "qgsrectangle.h"
23 
33 struct CORE_EXPORT QgsRasterViewPort
34 {
35 #ifdef SIP_RUN
36  % TypeHeaderCode
37 #include <qgsrasterviewport.h>
38  % End
39 #endif
40 
45 
50 
52  int mWidth;
53 
57  int mHeight;
59 
62 
65 
68 
71 };
72 
73 #endif //QGSRASTERVIEWPORT_H
A rectangle specified with double values.
Definition: qgsrectangle.h:40
A class to represent a 2D point.
Definition: qgspointxy.h:43
int mWidth
Width, number of columns to be rendered.
QgsCoordinateReferenceSystem mDestCRS
Target coordinate system.
QgsPointXY mBottomRightPoint
Coordinate (in output device coordinate system) of bottom right corner of the part of the raster that...
QgsCoordinateReferenceSystem mSrcCRS
Source coordinate system.
This class represents a coordinate reference system (CRS).
This class provides details of the viewable area that a raster will be rendered into.
QgsRectangle mDrawnExtent
Intersection of current map extent and layer extent.
QgsPointXY mTopLeftPoint
Coordinate (in output device coordinate system) of top left corner of the part of the raster that is ...