| 1436 | //------------------------------------------------------------------------------ |
| 1437 | |
| 1438 | bool IsMaxima(TEdge *e, const long64 Y) |
| 1439 | { |
| 1440 | return e && e->ytop == Y && !e->nextInLML; |
| 1441 | } |
| 1442 | //------------------------------------------------------------------------------ |
| 1443 | |
| 1444 | bool IsIntermediate(TEdge *e, const long64 Y) |
no outgoing calls
no test coverage detected