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

Method data

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

Source from the content-addressed store, hash-verified

147 T value_at(unsigned i) const { return m_array[i]; }
148
149 const T* data() const { return m_array; }
150 T* data() { return m_array; }
151 private:
152 T* m_array;

Callers 3

scanline_cellsMethod · 0.45
sort_cellsMethod · 0.45
shp2img.rbFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected