Loading [MathJax]/extensions/tex2jax.js
MeshKernel
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages Concepts
Public Attributes | List of all members
meshkernel::InterpolationParameters Struct Reference

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.
 

Detailed Description

Parameters used by the averaging interpolation.


The documentation for this struct was generated from the following file: