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

Function ForEachFeature

libs/indexer/feature_processor.hpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13template <class ToDo>
14void ForEachFeature(FilesContainerR const & cont, ToDo && toDo)
15{
16 FeaturesVectorTest features(cont);
17 features.GetVector().ForEach(toDo);
18}
19
20template <class ToDo>
21void ForEachFeature(ModelReaderPtr reader, ToDo && toDo)

Callers 15

DumpTypesFunction · 0.85
DumpPrefixesFunction · 0.85
DumpFeatureNamesFunction · 0.85
CalcRoadFeatureIdsFunction · 0.85
ProcessMethod · 0.85
ProcessAllFeaturesMethod · 0.85
CalcCrossMwmTransitionsFunction · 0.85
CalcStatsFunction · 0.85
CollectAndBuildMethod · 0.85
BuildPopularPlacesImplFunction · 0.85
BuildRoadAltitudesFunction · 0.85

Calls 2

FilesContainerRClass · 0.70
ForEachMethod · 0.45

Tested by 6

TestMaxspeedsSectionFunction · 0.68
UNIT_CLASS_TESTFunction · 0.68
UNIT_CLASS_TESTFunction · 0.68
TestAltitudesFunction · 0.68
RunTestFunction · 0.68