MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / size

Method size

dep/agg/include/agg_path_storage_integer.h:128–131  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

126
127 //--------------------------------------------------------------------
128 unsigned size() const
129 {
130 return m_storage.size();
131 }
132 unsigned vertex(unsigned idx, double* x, double* y) const
133 {
134 return m_storage[idx].vertex(x, y);

Callers 4

byte_sizeMethod · 0.45
serializeMethod · 0.45
vertexMethod · 0.45
bounding_rectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected