Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/SOAR
/ top
Method
top
src/simulator/local_sensing/include/ikd-Tree/ikd_Tree.cpp:1363–1365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1361
}
1362
1363
PointType_CMP MANUAL_HEAP::top(){
1364
return heap[0];
1365
}
1366
1367
void MANUAL_HEAP::push(PointType_CMP point){
1368
if (heap_size >= cap) return;
Callers
2
Nearest_Search
Method · 0.45
Search
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected