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

Method GetTrianglesReader

libs/indexer/shared_load_info.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31SharedLoadInfo::Reader SharedLoadInfo::GetTrianglesReader(size_t ind) const
32{
33 return m_cont.GetReader(GetTagForIndex(TRIANGLE_FILE_TAG, ind));
34}
35
36RouteRelationBase SharedLoadInfo::ReadRelation(uint32_t id) const
37{

Callers 2

ParseTrianglesMethod · 0.80

Calls 2

GetTagForIndexFunction · 0.85
GetReaderMethod · 0.45

Tested by

no test coverage detected