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

Method ToPair

tools/openlr/router.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135std::pair<m2::PointD, m2::PointD> Router::Edge::ToPair() const
136{
137 auto const & e = m_raw;
138 return std::make_pair(e.GetStartJunction().GetPoint(), e.GetEndJunction().GetPoint());
139}
140
141std::pair<m2::PointD, m2::PointD> Router::Edge::ToPairRev() const
142{

Callers 1

ReconstructPathMethod · 0.80

Calls 1

GetPointMethod · 0.45

Tested by

no test coverage detected