16#ifndef GDAL_INTERPOLATEATPOINT_H_INCLUDED
17#define GDAL_INTERPOLATEATPOINT_H_INCLUDED
23#include "cpl_mem_cache.h"
28using DoublePointsCache =
29 lru11::Cache<uint64_t, std::shared_ptr<std::vector<double>>>;
31class GDALDoublePointsCache
34 std::unique_ptr<DoublePointsCache> cache{};
39 std::unique_ptr<DoublePointsCache> &cache,
40 const double dfXIn,
const double dfYIn,
41 double *pdfOutputReal,
double *pdfOutputImag);
A single raster band (or channel).
Definition: gdal_priv.h:1519
Public (C callable) GDAL entry points.
GDALRIOResampleAlg
RasterIO() resampling method.
Definition: gdal.h:128