| 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; |
no outgoing calls
no test coverage detected