MCPcopy Create free account
hub / github.com/comaps/comaps / GetBufferSize

Method GetBufferSize

libs/coding/geometry_coding.hpp:335–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 void operator()(TPoint arr[3], std::vector<TEdge> edges);
334
335 size_t GetBufferSize() const
336 {
337 size_t sz = 0;
338 for (auto const & i : m_buffers)
339 sz += i.size();
340 return sz;
341 }
342
343 template <class TSink>
344 void Save(TSink & sink)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected