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

Method IsRealSegment

libs/routing/segment.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool Segment::IsRealSegment() const
49{
50 return m_mwmId != kFakeNumMwmId && !FakeFeatureIds::IsTransitFeature(m_featureId);
51}
52
53// SegmentEdge -------------------------------------------------------------------------------------
54bool SegmentEdge::operator==(SegmentEdge const & edge) const

Callers 9

CreateDrapeSubrouteFunction · 0.45
IsTwinSegmentsEqualMethod · 0.45
SetRouteSegmentsMethod · 0.45
GetRoutingOptionsMethod · 0.45
GetEdgeListMethod · 0.45
GetSpeedCamInfoMethod · 0.45
GetSpeedLimitMethod · 0.45
GetRoutingOptionsMethod · 0.45
RedressRouteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected