| 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. |
no outgoing calls
no test coverage detected