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

Method ToPairRev

tools/openlr/router.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141std::pair<m2::PointD, m2::PointD> Router::Edge::ToPairRev() const
142{
143 auto const & e = m_raw;
144 return std::make_pair(e.GetEndJunction().GetPoint(), e.GetStartJunction().GetPoint());
145}
146
147// Router::Router ----------------------------------------------------------------------------------
148Router::Router(routing::FeaturesRoadGraph & graph, RoadInfoGetter & roadInfoGetter)

Callers 1

ReconstructPathMethod · 0.80

Calls 1

GetPointMethod · 0.45

Tested by

no test coverage detected