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

Method AssignID

libs/routing/joint_segment.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void JointSegment::AssignID(Segment const & seg)
32{
33 m_numMwmId = seg.GetMwmId();
34 m_featureId = seg.GetFeatureId();
35}
36
37void JointSegment::AssignID(JointSegment const & seg)
38{

Callers 2

AreWavesConnectibleMethod · 0.80

Calls 2

GetMwmIdMethod · 0.45
GetFeatureIdMethod · 0.45

Tested by

no test coverage detected