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

Method ClearHorzJoins

renderers/agg/src/clipper.cpp:1041–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039//------------------------------------------------------------------------------
1040
1041void Clipper::ClearHorzJoins()
1042{
1043 for (HorzJoinList::size_type i = 0; i < m_HorizJoins.size(); i++)
1044 delete m_HorizJoins[i];
1045 m_HorizJoins.resize(0);
1046}
1047//------------------------------------------------------------------------------
1048
1049void Clipper::InsertLocalMinimaIntoAEL( const long64 botY)

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected