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

Method SetCurrentTimeGetter

libs/routing/index_graph.hpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139 template <typename T>
140 void SetCurrentTimeGetter(T && t)
141 {
142 m_currentTimeGetter = std::forward<T>(t);
143 }
144
145private:
146 void GetEdgeListImpl(astar::VertexData<Segment, RouteWeight> const & vertexData, bool isOutgoing,

Callers 3

FillWeightsFunction · 0.45
CreateIndexGraphMethod · 0.45
SetRoadAccessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected