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

Method FindClosestEdges

tools/openlr/graph.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void Graph::FindClosestEdges(m2::PointD const & point, uint32_t const count,
66 vector<pair<Edge, Junction>> & vicinities) const
67{
68 m_graph.FindClosestEdges(mercator::RectByCenterXYAndSizeInMeters(point, FeaturesRoadGraph::kClosestEdgesRadiusM),
69 count, vicinities);
70}
71
72void Graph::AddIngoingFakeEdge(Edge const & e)
73{

Callers 4

InitMethod · 0.45

Calls 1

Tested by

no test coverage detected