#include <qgsidwinterpolator.h>
Detailed Description
Definition at line 23 of file qgsidwinterpolator.h.
Constructor & Destructor Documentation
QgsIDWInterpolator::QgsIDWInterpolator |
( |
const QList< LayerData > & |
layerData | ) |
|
QgsIDWInterpolator::~QgsIDWInterpolator |
( |
| ) |
|
Member Function Documentation
int QgsIDWInterpolator::interpolatePoint |
( |
double |
x, |
|
|
double |
y, |
|
|
double & |
result |
|
) |
| |
|
overridevirtual |
Calculates interpolation value for map coordinates x, y.
- Parameters
-
x | x-coordinate (in map units) |
y | y-coordinate (in map units) |
result | out: interpolation result |
- Returns
- 0 in case of success
Implements QgsInterpolator.
Definition at line 37 of file qgsidwinterpolator.cpp.
void QgsIDWInterpolator::setDistanceCoefficient |
( |
double |
p | ) |
|
|
inline |
The documentation for this class was generated from the following files: