A class that implements an inverse distance weighted (IDW) interpolationan function for PointCoverage.
More...
#include <IDWInterpolator.h>
A class that implements an inverse distance weighted (IDW) interpolationan function for PointCoverage.
- See also
- AbstractPointCoverageInterp PointCoverage
Definition at line 49 of file IDWInterpolator.h.
| te::st::IDWInterpolator::~IDWInterpolator |
( |
| ) |
|
|
virtualdefault |
| te::st::IDWInterpolator::IDWInterpolator |
( |
| ) |
|
|
protecteddefault |
It returns a reference to the singleton instance.
- Returns
- A reference to the singleton instance.
It gets the parameters associated to the interpolator.
- Returns
- It returns the parameters associated to the interpolator.
- Note
- The caller will not take the ownership of the returned pointer.
Implements te::st::AbstractPointCoverageInterp.
Definition at line 55 of file IDWInterpolator.h.
It sets the parameters associated to the interpolator.
- Parameters
-
| p | The parameters to be associated to the interpolator. |
- Note
- It will take the ownership of the given pointer.
Implements te::st::AbstractPointCoverageInterp.
Definition at line 57 of file IDWInterpolator.h.
References p.
The documentation for this class was generated from the following files: