MeshKernel
|
Parameters used by the averaging interpolation. More...
#include <SampleAveragingInterpolator.hpp>
Public Attributes | |
AveragingInterpolation::Method | m_method = AveragingInterpolation::Method::SimpleAveraging |
Which averaging method should be used. | |
double | m_absoluteSearchRadius = 100.0 |
The absolute search radius. | |
double | m_relativeSearchRadius = 1.0 |
The relative search radius. | |
bool | m_useClosestIfNoneFound = true |
If no point is found in polygon then just used the closest point. | |
UInt | m_minimumNumberOfSamples = 10 |
The minimum number of samples for several averaging methods. | |
Parameters used by the averaging interpolation.