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

Method rewind

mapagg.h:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 virtual ~line_adaptor() {}
48
49 void rewind(unsigned) {
50 m_line=s->line; /*first line*/
51 m_point=m_line->point; /*current vertex is first vertex of first line*/
52 m_pend=&(m_line->point[m_line->numpoints]); /*pointer to after last vertex of first line*/
53 }
54
55 virtual unsigned vertex(double* x, double* y)
56 {

Callers 2

msRasterizeArcFunction · 0.45
msHatchPolygonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected