MCPcopy 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
1363PointType_CMP MANUAL_HEAP::top(){
1364 return heap[0];
1365}
1366
1367void MANUAL_HEAP::push(PointType_CMP point){
1368 if (heap_size >= cap) return;

Callers 2

Nearest_SearchMethod · 0.45
SearchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected