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

Method DisposeAllPolyPts

renderers/agg/src/clipper.cpp:839–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837//------------------------------------------------------------------------------
838
839void Clipper::DisposeAllPolyPts(){
840 for (PolyPtList::size_type i = 0; i < m_PolyPts.size(); ++i)
841 DisposePolyPts(m_PolyPts[i]);
842 m_PolyPts.clear();
843}
844//------------------------------------------------------------------------------
845
846void Clipper::SetWindingCount(TEdge &edge)

Callers

nothing calls this directly

Calls 3

DisposePolyPtsFunction · 0.85
sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected