QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Attributes | List of all members
QgsRasterCalculatorEntry Class Reference

Represents an individual raster layer/band number entry within a raster calculation. More...

#include <qgsrastercalculator.h>

Public Attributes

int bandNumber = 1
 Band number for entry. More...
 
QgsRasterLayerraster = nullptr
 Raster layer associated with entry. More...
 
QString ref
 Name of entry. More...
 

Detailed Description

Represents an individual raster layer/band number entry within a raster calculation.

Since
QGIS 2.18

Definition at line 38 of file qgsrastercalculator.h.

Member Data Documentation

int QgsRasterCalculatorEntry::bandNumber = 1

Band number for entry.

Numbering for bands usually starts at 1 for the first band, not 0.

Definition at line 56 of file qgsrastercalculator.h.

QgsRasterLayer* QgsRasterCalculatorEntry::raster = nullptr

Raster layer associated with entry.

Definition at line 51 of file qgsrastercalculator.h.

QString QgsRasterCalculatorEntry::ref

Name of entry.

Definition at line 46 of file qgsrastercalculator.h.


The documentation for this class was generated from the following file: