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

Method modify_last

renderers/agg/include/agg_array.h:671–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669 //------------------------------------------------------------------------
670 template<class T, unsigned S>
671 void pod_bvector<T, S>::modify_last(const T& val)
672 {
673 remove_last();
674 add(val);
675 }
676
677
678 //------------------------------------------------------------------------

Callers 11

add_vertexMethod · 0.45
move_toMethod · 0.45
add_vertexMethod · 0.45
add_vertexMethod · 0.45
add_vertexMethod · 0.45
add_vertexMethod · 0.45
move_to1Method · 0.45
move_to2Method · 0.45
add_vertexMethod · 0.45
move_toMethod · 0.45
add_vertexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected