|
MeshKernel
|
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. | |
Parameters used by the sample interpolation.
| int meshkernel::InterpolationParameters::interpolation_type = 1 |
Which interpolation type is to be used.
Default is to use sample averaging
| int meshkernel::InterpolationParameters::method = 1 |
Which averaging method should be used.
The default is to use simple averaging