#include <Interpolator.h>
◆ Type
| Enumerator |
|---|
| Bilinear | |
| Bicubic | |
◆ Interpolator2D()
| Interpolator2D::Interpolator2D |
( |
const std::vector< double > & |
x, |
|
|
const std::vector< double > & |
y, |
|
|
const std::vector< double > & |
z, |
|
|
Type |
type = Type::Bicubic |
|
) |
| |
◆ GetPoint()
| double Interpolator2D::GetPoint |
( |
double |
x, |
|
|
double |
y |
|
) |
| const |
◆ getXRange()
| interval< double > Interpolator2D::getXRange |
( |
| ) |
const |
◆ getYRange()
| interval< double > Interpolator2D::getYRange |
( |
| ) |
const |
The documentation for this class was generated from the following files: