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