#include <cstddef>
#include <vector>
Go to the source code of this file.
Classes | |
| class | Interpolation2D |
| Base class for 2d interpolation. More... | |
| class | ClosestInterpolation2D |
| Closest point 2d interpolation. More... | |
| class | BiLinearInterpolation2D |
| BiLinear 2d interpolation. More... | |
| class | BiCubicInterpolation2D |
| BiCubic 2d interpolation. More... | |
Defines | |
| #define | INTERPOLATION_HPP 1 |
| #define INTERPOLATION_HPP 1 |
1.4.7