An abstract class for interpolation function or interpolator that estimate values at non-observaved location within a PointCoverage.
More...
#include <AbstractPointCoverageInterp.h>
An abstract class for interpolation function or interpolator that estimate values at non-observaved location within a PointCoverage.
- See also
- PointCoverage
Definition at line 60 of file AbstractPointCoverageInterp.h.
| te::st::AbstractPointCoverageInterp::~AbstractPointCoverageInterp |
( |
| ) |
|
|
virtualdefault |
| te::st::AbstractPointCoverageInterp::AbstractPointCoverageInterp |
( |
| ) |
|
|
protecteddefault |
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.
Implemented in te::st::IDWInterpolator.
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.
Implemented in te::st::IDWInterpolator.
The documentation for this class was generated from the following files: