MCPcopy Create free account
hub / github.com/MapServer/MapServer / IsMaxima

Function IsMaxima

renderers/agg/src/clipper.cpp:1438–1441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetMaximaPairFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected