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

Method GetGeometryReader

libs/indexer/shared_load_info.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26SharedLoadInfo::Reader SharedLoadInfo::GetGeometryReader(size_t ind) const
27{
28 return m_cont.GetReader(GetTagForIndex(GEOMETRY_FILE_TAG, ind));
29}
30
31SharedLoadInfo::Reader SharedLoadInfo::GetTrianglesReader(size_t ind) const
32{

Callers 2

ParseGeometryMethod · 0.80
GetOuterGeometryStatsMethod · 0.80

Calls 2

GetTagForIndexFunction · 0.85
GetReaderMethod · 0.45

Tested by

no test coverage detected