18 #ifndef QGSSINGLEBANDCOLORDATARENDERER_H 19 #define QGSSINGLEBANDCOLORDATARENDERER_H 53 #endif // QGSSINGLEBANDCOLORDATARENDERER_H A rectangle specified with double values.
virtual QList< int > usesBands() const
Returns a list of band numbers used by the renderer.
virtual QgsRasterBlock * block2(int bandNo, const QgsRectangle &extent, int width, int height, QgsRasterBlockFeedback *feedback=nullptr)
Read block of data using given extent and size.
Raster renderer pipe for single band color.
virtual bool setInput(QgsRasterInterface *input) override
Set input.
virtual void writeXML(QDomDocument &doc, QDomElement &parentElem) const
Write base class members to xml.
Base class for processing filters like renderers, reprojector, resampler etc.
virtual QgsRasterBlock * block(int bandNo, const QgsRectangle &extent, int width, int height)=0
Read block of data using given extent and size.
QgsRasterRenderer * clone() const override=0
Clone itself, create deep copy.
Feedback object tailored for raster block reading.
Raster renderer pipe that applies colors to a raster.