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

Method rewind

renderers/agg/include/agg_path_storage.h:1200–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198 //------------------------------------------------------------------------
1199 template<class VC>
1200 inline void path_base<VC>::rewind(unsigned path_id)
1201 {
1202 m_iterator = path_id;
1203 }
1204
1205 //------------------------------------------------------------------------
1206 template<class VC>

Callers 4

initMethod · 0.45
rewindMethod · 0.45
concat_pathMethod · 0.45
join_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected