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

Function GetNextInAEL

renderers/agg/src/clipper.cpp:1550–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548//------------------------------------------------------------------------------
1549
1550TEdge* GetNextInAEL(TEdge *e, Direction dir)
1551{
1552 if( dir == dLeftToRight ) return e->nextInAEL;
1553 else return e->prevInAEL;
1554}
1555//------------------------------------------------------------------------------
1556
1557void Clipper::ProcessHorizontal(TEdge *horzEdge)

Callers 1

ProcessHorizontalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected