QgsRasterResampler class

Interface for resampling rasters (e.g.

Contents

to have a smoother appearance)

Derived classes

class QgsBilinearRasterResampler
Bilinear Raster Resampler.
class QgsCubicRasterResampler
Cubic Raster Resampler.

Public functions

auto clone() const -> QgsRasterResampler* pure virtual
Gets a deep copy of this object.
auto type() const -> QString pure virtual
Gets a descriptive type identifier for this raster resampler.

Function documentation

QgsRasterResampler* QgsRasterResampler::clone() const pure virtual

Gets a deep copy of this object.

Needs to be reimplemented by subclasses. Ownership is transferred to the caller.

QString QgsRasterResampler::type() const pure virtual

Gets a descriptive type identifier for this raster resampler.

Needs to be implemented by subclasses.