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

Method GetLineData

libs/drape_frontend/line_shape.cpp:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 dp::BindingInfo const & GetBindingInfo() override { return TVertex::GetBindingInfo(); }
80
81 ref_ptr<void> GetLineData() override { return make_ref(m_geometry.data()); }
82
83 uint32_t GetLineSize() override { return static_cast<uint32_t>(m_geometry.size()); }
84

Callers 1

DrawMethod · 0.80

Calls 2

make_refFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected