Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/CompactNSearch
/ erase
Method
erase
include/DataStructures.h:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void erase(PointID const& id)
74
{
75
indices.erase(std::find(indices.begin(), indices.end(), id));
76
}
77
78
unsigned int n_indices() const
79
{
Callers
2
erase_empty_entries
Method · 0.80
update_hash_table
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected