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

Method total_vertices

renderers/agg/include/agg_path_storage.h:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 //------------------------------------------------------------------------
272 template<class T, unsigned S, unsigned P>
273 inline unsigned vertex_block_storage<T,S,P>::total_vertices() const
274 {
275 return m_total_vertices;
276 }
277
278 //------------------------------------------------------------------------
279 template<class T, unsigned S, unsigned P>

Callers 15

hline_toMethod · 0.45
vline_toMethod · 0.45
agg_path_storage.hFile · 0.45
transformMethod · 0.45
transform_all_pathsMethod · 0.45
start_new_pathMethod · 0.45
rel_to_absMethod · 0.45
arc_toMethod · 0.45
vertexMethod · 0.45
invert_polygonMethod · 0.45
arrange_orientationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected