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

Method GetData

libs/drape/mesh_object.hpp:168–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 void * GetData() override { return m_data.data(); }
169 uint32_t GetSizeInBytes() const override { return static_cast<uint32_t>(m_data.size() * sizeof(T)); }
170 uint32_t GetStrideInBytes() const override { return m_stride; }
171

Callers 5

BuildMethod · 0.45
UpdateBufferMethod · 0.45
UpdateBufferMethod · 0.45
BuildMethod · 0.45
UpdateBufferMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected