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

Method GetElementIndexes

libs/drape/overlay_handle.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void OverlayHandle::GetElementIndexes(ref_ptr<IndexBufferMutator> mutator) const
98{
99 ASSERT_EQUAL(m_isVisible, true, ());
100 mutator->AppendIndexes(m_indexes.GetRawConst(), m_indexes.Size());
101}
102
103void OverlayHandle::GetAttributeMutation(ref_ptr<AttributeBufferMutator> mutator) const
104{

Callers 1

RenderMethod · 0.80

Calls 3

AppendIndexesMethod · 0.80
GetRawConstMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected