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

Method start_contour

renderers/agg/include/agg_conv_gpc.h:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 //------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

addMethod · 0.45
remove_allMethod · 0.45

Tested by

no test coverage detected