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

Method count

renderers/agg/include/agg_svg_path_renderer.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 conv_count(VertexSource& vs) : m_source(&vs), m_count(0) {}
41
42 void count(unsigned n) { m_count = n; }
43 unsigned count() const { return m_count; }
44
45 void rewind(unsigned path_id) { m_source->rewind(path_id); }

Callers 2

vertex_countMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected