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

Method last_command

renderers/agg/include/agg_path_storage.h:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 //------------------------------------------------------------------------
224 template<class T, unsigned S, unsigned P>
225 inline unsigned vertex_block_storage<T,S,P>::last_command() const
226 {
227 if(m_total_vertices) return command(m_total_vertices - 1);
228 return path_cmd_stop;
229 }
230
231 //------------------------------------------------------------------------
232 template<class T, unsigned S, unsigned P>

Callers 4

parse_pathMethod · 0.45
start_new_pathMethod · 0.45
arc_toMethod · 0.45
end_polyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected