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 sample interpolation. More...

#include <Parameters.hpp>

Public Attributes

int interpolation_type = 1
 Which interpolation type is to be used.
 
int method = 1
 Which averaging method should be used.
 
double absolute_search_radius = 100.0
 The absolute search radius.
 
double relative_search_radius = 1.0
 The relative search radius.
 
bool use_closest_if_none_found = true
 If no point is found in polygon then just used the closest point.
 
int minimum_number_of_samples = 10
 The minimum number of samples for several averaging methods.
 

Detailed Description

Parameters used by the sample interpolation.

Member Data Documentation

◆ interpolation_type

int meshkernel::InterpolationParameters::interpolation_type = 1

Which interpolation type is to be used.

Default is to use sample averaging

◆ method

int meshkernel::InterpolationParameters::method = 1

Which averaging method should be used.

The default is to use simple averaging


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