QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
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... | |
QgsRasterLayer * | raster = nullptr |
Raster layer associated with entry. More... | |
QString | ref |
Name of entry. More... | |
Represents an individual raster layer/band number entry within a raster calculation.
Definition at line 38 of file qgsrastercalculator.h.
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.