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

Method Clear

libs/routing/turns.cpp:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void SegmentRange::Clear()
90{
91 m_featureId = FeatureID();
92 m_startSegId = 0;
93 m_endSegId = 0;
94 m_forward = true;
95 m_start = m2::PointD::Zero();
96 m_end = m2::PointD::Zero();
97}
98
99bool SegmentRange::IsEmpty() const
100{

Callers 6

ClearCachedGraphsMethod · 0.45
ClearCachedGraphsMethod · 0.45
FreeHandlesMethod · 0.45
ClearStateMethod · 0.45
ProcessLeapsJointsMethod · 0.45

Calls 2

ZeroFunction · 0.85
FeatureIDClass · 0.50

Tested by

no test coverage detected