class final
#include <atlas/interpolation/Cache.h>
IndexKDTreeCache
Base classes
- class Cache
Public types
Constructors, destructors, conversion operators
- IndexKDTreeCache() defaulted
- IndexKDTreeCache(const Cache& c)
- IndexKDTreeCache(const IndexKDTreeCache& c)
- IndexKDTreeCache(const IndexKDTree&)
- IndexKDTreeCache(const Interpolation&)
- operator bool() const
Public functions
- auto tree() const -> const IndexKDTree&
- auto footprint() const -> size_t
- void add(const Cache&)
-
auto get(const std::
string& type) const -> const InterpolationCacheEntry*