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

Method ForEachPoint

libs/routing/index_graph.hpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106 template <typename F>
107 void ForEachPoint(Joint::Id jointId, F && f) const
108 {
109 m_jointIndex.ForEachPoint(jointId, std::forward<F>(f));
110 }
111
112 bool IsJoint(RoadPoint const & roadPoint) const;
113 bool IsJointOrEnd(Segment const & segment, bool fromStart) const;

Callers 4

GetEdgeListImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected