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

Method GetMwms

libs/routing/index_graph_starter.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152set<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
160bool IndexGraphStarter::CheckLength(RouteWeight const & weight)
161{

Callers 1

Calls 3

insertMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected