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

Method IsEmpty

libs/routing/turns.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool SegmentRange::IsEmpty() const
100{
101 return !m_featureId.IsValid() && m_startSegId == 0 && m_endSegId == 0 && m_forward && m_start == m2::PointD::Zero() &&
102 m_end == m2::PointD::Zero();
103}
104
105FeatureID const & SegmentRange::GetFeature() const
106{

Callers 9

DecomposeOhMethod · 0.45
GetTurnInfoFunction · 0.45
GetFakeEndingMethod · 0.45
DeserializeMethod · 0.45
GetPossibleTurnsMethod · 0.45
DoCalculateRouteMethod · 0.45
CreateVehicleRouterFunction · 0.45

Calls 2

ZeroFunction · 0.85
IsValidMethod · 0.45

Tested by 1

CreateVehicleRouterFunction · 0.36