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

Method ClearJoins

renderers/agg/src/clipper.cpp:1024–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022//------------------------------------------------------------------------------
1023
1024void Clipper::ClearJoins()
1025{
1026 for (JoinList::size_type i = 0; i < m_Joins.size(); i++)
1027 delete m_Joins[i];
1028 m_Joins.resize(0);
1029}
1030//------------------------------------------------------------------------------
1031
1032void Clipper::AddHorzJoin(TEdge *e, int idx)

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected