| 167 | } |
| 168 | |
| 169 | RouteWeight CrossMwmGraph::GetWeightSure(Segment const & from, Segment const & to) |
| 170 | { |
| 171 | ASSERT_EQUAL(from.GetMwmId(), to.GetMwmId(), ()); |
| 172 | ASSERT(CrossMwmSectionExists(from.GetMwmId()), ()); |
| 173 | return m_crossMwmIndexGraph.GetWeightSure(from, to); |
| 174 | } |
| 175 | |
| 176 | // void CrossMwmGraph::Clear() |
| 177 | //{ |
no test coverage detected