MCPcopy Create free account
hub / github.com/cinder/Cinder / DisposeOutRec

Method DisposeOutRec

blocks/Clipper/src/clipper.cpp:1358–1364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356//------------------------------------------------------------------------------
1357
1358void ClipperBase::DisposeOutRec(PolyOutList::size_type index)
1359{
1360 OutRec *outRec = m_PolyOuts[index];
1361 if (outRec->Pts) DisposeOutPts(outRec->Pts);
1362 delete outRec;
1363 m_PolyOuts[index] = 0;
1364}
1365//------------------------------------------------------------------------------
1366
1367void ClipperBase::DeleteFromAEL(TEdge *e)

Callers

nothing calls this directly

Calls 1

DisposeOutPtsFunction · 0.85

Tested by

no test coverage detected