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

Method ProcessAllFeatures

generator/routing_index_generator.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 {}
115
116 void ProcessAllFeatures(string const & filename)
117 {
118 using namespace std::placeholders;
119 ForEachFeature(filename, std::bind(&Processor::ProcessFeature, this, _1, _2));
120 }
121
122 void BuildGraph(IndexGraph & graph) const
123 {

Callers 1

BuildRoutingIndexFunction · 0.80

Calls 1

ForEachFeatureFunction · 0.85

Tested by

no test coverage detected