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

Method GetRoadPoint

libs/routing/segment.hpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 uint32_t GetMaxPointId() const { return m_segmentIdx + 1; }
42
43 RoadPoint GetRoadPoint(bool front) const { return RoadPoint(m_featureId, GetPointId(front)); }
44
45 bool operator<(Segment const & seg) const;
46 bool operator==(Segment const & seg) const;

Callers 10

CalcSubtrackLengthFunction · 0.80
operator()Method · 0.80
IsJointMethod · 0.80
IsJointOrEndMethod · 0.80
GetEdgeListImplMethod · 0.80
GetNeighboringEdgeMethod · 0.80
GetPenaltiesMethod · 0.80
IsUTurnAndRestrictedMethod · 0.80

Calls 1

RoadPointClass · 0.85

Tested by

no test coverage detected