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

Method GetStartSegmentId

libs/routing/joint_segment.hpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 uint32_t GetFeatureId() const { return m_featureId; }
24 NumMwmId GetMwmId() const { return m_numMwmId; }
25 uint32_t GetStartSegmentId() const { return m_startSegmentId; }
26 uint32_t GetEndSegmentId() const { return m_endSegmentId; }
27 uint32_t GetSegmentId(bool start) const { return start ? m_startSegmentId : m_endSegmentId; }
28 bool IsForward() const { return m_forward; }

Callers 4

FillWeightsFunction · 0.80
DebugPrintFunction · 0.80
operator()Method · 0.80
IsInvisibleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected