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

Method add

renderers/agg/include/agg_array.h:654–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652 //------------------------------------------------------------------------
653 template<class T, unsigned S>
654 inline void pod_bvector<T, S>::add(const T& val)
655 {
656 *data_ptr() = val;
657 ++m_size;
658 }
659
660
661 //------------------------------------------------------------------------

Callers 15

add_vertexMethod · 0.45
line_toMethod · 0.45
recursive_bezierMethod · 0.45
bezierMethod · 0.45
add_vertexMethod · 0.45
add_vertexMethod · 0.45
add_vertexMethod · 0.45
add_vertexMethod · 0.45
begin_pathMethod · 0.45
push_attrMethod · 0.45
line_to1Method · 0.45
line_to2Method · 0.45

Calls

no outgoing calls

Tested by 4

addPointToLineMethod · 0.36
addLineToShapeMethod · 0.36
testSettingFontsMethod · 0.36
testGetPointWKTMethod · 0.36