| 150 | } |
| 151 | |
| 152 | set<NumMwmId> IndexGraphStarter::GetMwms() const |
| 153 | { |
| 154 | set<NumMwmId> mwms; |
| 155 | mwms.insert(m_start.m_mwmIds.begin(), m_start.m_mwmIds.end()); |
| 156 | mwms.insert(m_finish.m_mwmIds.begin(), m_finish.m_mwmIds.end()); |
| 157 | return mwms; |
| 158 | } |
| 159 | |
| 160 | bool IndexGraphStarter::CheckLength(RouteWeight const & weight) |
| 161 | { |
no test coverage detected