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

Function GetMaximaPair

renderers/agg/src/clipper.cpp:1450–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448//------------------------------------------------------------------------------
1449
1450TEdge *GetMaximaPair(TEdge *e)
1451{
1452 if( !IsMaxima(e->next, e->ytop) || (e->next->xtop != e->xtop) )
1453 return e->prev; else
1454 return e->next;
1455}
1456//------------------------------------------------------------------------------
1457
1458void Clipper::SwapPositionsInAEL(TEdge *edge1, TEdge *edge2)

Callers 3

ProcessHorizontalMethod · 0.85
DoMaximaMethod · 0.85

Calls 1

IsMaximaFunction · 0.85

Tested by

no test coverage detected