| 111 | static Edge MakeSpecial(Vertex const & u, Vertex const & v); |
| 112 | |
| 113 | bool IsFake() const { return m_raw.IsFake(); } |
| 114 | bool IsSpecial() const { return m_isSpecial; } |
| 115 | |
| 116 | std::pair<m2::PointD, m2::PointD> ToPair() const; |
no outgoing calls
no test coverage detected