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

Method add

include/DataStructures.h:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void add(PointID const& id)
69 {
70 indices.push_back(id);
71 }
72
73 void erase(PointID const& id)
74 {

Callers 3

initMethod · 0.80
update_hash_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected