marble
NearestNeighborInterpolation Class Reference
  #include <NearestNeighborInterpolation.h>
Inheritance diagram for NearestNeighborInterpolation:

Public Member Functions | |
| NearestNeighborInterpolation (ReadOnlyMapImage *const mapImage=NULL) | |
| virtual QRgb | interpolate (double const x, double const y) | 
  Public Member Functions inherited from InterpolationMethod | |
| InterpolationMethod (ReadOnlyMapImage *const mapImage) | |
| virtual | ~InterpolationMethod () | 
| void | setMapImage (ReadOnlyMapImage *const mapImage) | 
Additional Inherited Members | |
  Protected Attributes inherited from InterpolationMethod | |
| ReadOnlyMapImage * | m_mapImage | 
Detailed Description
Definition at line 8 of file NearestNeighborInterpolation.h.
Constructor & Destructor Documentation
      
  | 
  explicit | 
Definition at line 7 of file NearestNeighborInterpolation.cpp.
Member Function Documentation
      
  | 
  virtual | 
Implements InterpolationMethod.
Definition at line 12 of file NearestNeighborInterpolation.cpp.
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:44 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:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from