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

Function IsIntermediate

renderers/agg/src/clipper.cpp:1444–1447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442//------------------------------------------------------------------------------
1443
1444bool IsIntermediate(TEdge *e, const long64 Y)
1445{
1446 return e->ytop == Y && e->nextInLML;
1447}
1448//------------------------------------------------------------------------------
1449
1450TEdge *GetMaximaPair(TEdge *e)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected