| 224 | //------------------------------------------------------------------------ |
| 225 | template<class VSA, class VSB> |
| 226 | void conv_gpc<VSA, VSB>::start_contour() |
| 227 | { |
| 228 | contour_header_type h; |
| 229 | memset(&h, 0, sizeof(h)); |
| 230 | m_contour_accumulator.add(h); |
| 231 | m_vertex_accumulator.remove_all(); |
| 232 | } |
| 233 | |
| 234 | |
| 235 | //------------------------------------------------------------------------ |
nothing calls this directly
no test coverage detected