MCPcopy Create free account
hub / github.com/comaps/comaps / PivotRectsCache

Class PivotRectsCache

libs/search/geometry_cache.hpp:81–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79};
80
81class PivotRectsCache : public GeometryCache
82{
83public:
84 PivotRectsCache(size_t maxNumEntries, base::Cancellable const & cancellable, double maxRadiusMeters);
85
86 // GeometryCache overrides:
87 CBV Get(MwmContext const & context, m2::RectD const & rect, int scale) override;
88
89private:
90 double const m_maxRadiusMeters;
91};
92
93class LocalityRectsCache : public GeometryCache
94{

Callers 1

ForEachOfTypesInRectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected