marble
InterpolationMethod Class Referenceabstract
#include <InterpolationMethod.h>
Inheritance diagram for InterpolationMethod:
Public Member Functions | |
InterpolationMethod (ReadOnlyMapImage *const mapImage) | |
virtual | ~InterpolationMethod () |
virtual QRgb | interpolate (double const x, double const y)=0 |
void | setMapImage (ReadOnlyMapImage *const mapImage) |
Protected Attributes | |
ReadOnlyMapImage * | m_mapImage |
Detailed Description
Definition at line 8 of file InterpolationMethod.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 3 of file InterpolationMethod.cpp.
|
virtual |
Definition at line 8 of file InterpolationMethod.cpp.
Member Function Documentation
|
pure virtual |
Implemented in BilinearInterpolation, IntegerInterpolation, and NearestNeighborInterpolation.
|
inline |
Definition at line 22 of file InterpolationMethod.h.
Member Data Documentation
|
protected |
Definition at line 18 of file InterpolationMethod.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.