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

Function AddToIndex

generator/intermediate_data.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44template <class Index, class Container>
45void AddToIndex(Index & index, Key relationId, Container const & values)
46{
47 for (auto const & v : values)
48 index.Add(v.first, relationId);
49}
50
51class PointStorageWriterBase : public PointStorageWriterInterface
52{

Callers 3

AddRelationMethod · 0.85
AttachToGroupMethod · 0.85

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected