QgsBilinearRasterResampler class
Bilinear Raster Resampler.
Contents
Base classes
- class QgsRasterResampler
- Interface for resampling rasters (e.g.
Constructors, destructors, conversion operators
- QgsBilinearRasterResampler() defaulted
- Constructor for QgsBilinearRasterResampler.
Public functions
- auto clone() const -> QgsBilinearRasterResampler* override
- Gets a deep copy of this object.
- auto type() const -> QString override
- Gets a descriptive type identifier for this raster resampler.
Function documentation
QgsBilinearRasterResampler* QgsBilinearRasterResampler:: clone() const override
Gets a deep copy of this object.
Needs to be reimplemented by subclasses. Ownership is transferred to the caller.
QString QgsBilinearRasterResampler:: type() const override
Gets a descriptive type identifier for this raster resampler.
Needs to be implemented by subclasses.