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

Method ForEachInRect

libs/indexer/data_source.cpp:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void DataSource::ForEachInRect(FeatureCallback const & f, m2::RectD const & rect, int scale) const
256{
257 ReadMWMFunctor readFunctor(*m_factory, f);
258 ForEachInIntervals(readFunctor, covering::ViewportWithLowLevels, rect, scale);
259}
260
261void DataSource::ForClosestToPoint(FeatureCallback const & f, StopSearchCallback const & stop,
262 m2::PointD const & center, double sizeM, int scale) const

Callers 15

FindMwmIdMethod · 0.45
ProcessBoundaryMethod · 0.45
ForEachCountryInRectMethod · 0.45
MatchMethod · 0.45
ProcessCellMethod · 0.45
FindOneClusterMethod · 0.45
InCityMethod · 0.45
FindPlaceParentMethod · 0.45

Calls

no outgoing calls

Tested by 2

ForEachCafeAtPointFunction · 0.36