#include <interpolate2d.hpp>
◆ NaturalNeighborInterpolator()
| hmap::NaturalNeighborInterpolator::NaturalNeighborInterpolator |
( |
| ) |
|
|
default |
◆ ~NaturalNeighborInterpolator()
| hmap::NaturalNeighborInterpolator::~NaturalNeighborInterpolator |
( |
| ) |
|
◆ build()
| void hmap::NaturalNeighborInterpolator::build |
( |
const std::vector< float > & |
xin, |
|
|
const std::vector< float > & |
yin |
|
) |
| |
◆ setup_output_points()
| void hmap::NaturalNeighborInterpolator::setup_output_points |
( |
const std::vector< float > & |
x, |
|
|
const std::vector< float > & |
y |
|
) |
| |
◆ interpolate()
| void hmap::NaturalNeighborInterpolator::interpolate |
( |
const std::vector< float > & |
values_in, |
|
|
std::vector< float > & |
values_out |
|
) |
| const |
The documentation for this class was generated from the following files: