Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/CompactNSearch
/ n_indices
Method
n_indices
include/DataStructures.h:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
unsigned int n_indices() const
79
{
80
return static_cast<unsigned int>(indices.size());
81
}
82
83
std::vector<PointID> indices;
84
};
Callers
2
update_hash_table
Method · 0.80
query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected