| 837 | //------------------------------------------------------------------------------ |
| 838 | |
| 839 | void 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 | |
| 846 | void Clipper::SetWindingCount(TEdge &edge) |
nothing calls this directly
no test coverage detected