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

Method size

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

Source from the content-addressed store, hash-verified

140 }
141
142 unsigned size() const { return m_size; }
143 const T& operator [] (unsigned i) const { return m_array[i]; }
144 T& operator [] (unsigned i) { return m_array[i]; }
145 const T& at(unsigned i) const { return m_array[i]; }

Callers 15

renderMethod · 0.45
rewind_scanlinesMethod · 0.45
sweep_scanlineMethod · 0.45
byte_sizeMethod · 0.45
serializeMethod · 0.45
bounding_rectMethod · 0.45
renderMethod · 0.45
resetMethod · 0.45
num_spansMethod · 0.45
profile_sizeMethod · 0.45
first_clip_boxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected