MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/CompactNSearch / HashEntry

Method HashEntry

include/DataStructures.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56struct HashEntry
57{
58 HashEntry()
59 {
60 indices.reserve(INITIAL_NUMBER_OF_INDICES);
61 }
62
63 HashEntry(PointID const& id)
64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected