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

Method rewind

renderers/agg/include/agg_conv_adaptor_vpgen.h:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 //------------------------------------------------------------------------
53 template<class VertexSource, class VPGen>
54 void conv_adaptor_vpgen<VertexSource, VPGen>::rewind(unsigned path_id)
55 {
56 m_source->rewind(path_id);
57 m_vpgen.reset();
58 m_start_x = 0;
59 m_start_y = 0;
60 m_poly_flags = 0;
61 m_vertices = 0;
62 }
63
64
65 //------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected