18#ifndef QGSRASTERNULLER_H
19#define QGSRASTERNULLER_H
56 void setOutputNoDataValue(
int bandNo,
double noData );
60 QVector< QgsRasterRangeList > mNoData;
62 QVector<double> mOutputNoData;
63 QVector<bool> mHasOutputNoData;
Provides global constants and enumerations for use throughout the application.
Feedback object tailored for raster block reading.
virtual QgsRasterInterface * clone() const =0
Clone itself, create deep copy.
QgsRasterInterface(QgsRasterInterface *input=nullptr)
virtual QgsRectangle extent() const
Gets the extent of the interface.
virtual QgsRasterInterface * input() const
Current input.
void setNoData(int bandNo, const QgsRasterRangeList &noData)
Qgis::DataType dataType(int bandNo) const override
Returns data type for the band specified by number.
QgsRasterBlock * block(int bandNo, const QgsRectangle &extent, int width, int height, QgsRasterBlockFeedback *feedback=nullptr) override
Read block of data using given extent and size.
QgsRasterNuller(QgsRasterInterface *input=nullptr)
int bandCount() const override
Gets number of bands.
QgsRasterRangeList noData(int bandNo) const
A rectangle specified with double values.
QList< QgsRasterRange > QgsRasterRangeList