| 2524 | //------------------------------------------------------------------------------ |
| 2525 | |
| 2526 | inline bool IsMaxima(TEdge *e, const cInt Y) |
| 2527 | { |
| 2528 | return e && e->Top.Y == Y && !e->NextInLML; |
| 2529 | } |
| 2530 | //------------------------------------------------------------------------------ |
| 2531 | |
| 2532 | inline bool IsIntermediate(TEdge *e, const cInt Y) |
no outgoing calls
no test coverage detected