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

Function IsMinima

renderers/agg/src/clipper.cpp:1432–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1430//------------------------------------------------------------------------------
1431
1432bool IsMinima(TEdge *e)
1433{
1434 return e && (e->prev->nextInLML != e) && (e->next->nextInLML != e);
1435}
1436//------------------------------------------------------------------------------
1437
1438bool IsMaxima(TEdge *e, const long64 Y)

Callers 1

ProcessHorizontalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected