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

Method GetReversed

libs/routing/segment.hpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 bool IsInverse(Segment const & seg) const;
50 Segment GetReversed() const { return {m_mwmId, m_featureId, m_segmentIdx, !m_forward}; }
51
52 /// @todo Logically, these functions should be equal, but keep existing logic,
53 /// and investigate possible enhancements in future.

Callers 4

AddGateMethod · 0.80
AddStopMethod · 0.80
AddEndingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected