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

Method GetSegment

libs/routing/joint_segment.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70Segment JointSegment::GetSegment(bool start) const
71{
72 return {m_numMwmId, m_featureId, start ? m_startSegmentId : m_endSegmentId, m_forward};
73}
74
75bool JointSegment::operator<(JointSegment const & rhs) const
76{

Callers 15

MatchTrackMethod · 0.80
FillCandidatesMethod · 0.80
ChooseSegmentMethod · 0.80
ChooseNearestSegmentMethod · 0.80
SerializeMethod · 0.80
CalcSubtrackLengthFunction · 0.80
CmdTrackFunction · 0.80
EstimateDurationFunction · 0.80
AddMethod · 0.80
GetMoveTypeMethod · 0.80
CmdTagsTableFunction · 0.80
FillWeightsFunction · 0.80

Calls

no outgoing calls

Tested by 2

UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64