Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ top_value
Method
top_value
tools/MeshUtils/IndexHeap.h:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
T top_value() const {
49
return m_data[top()];
50
}
51
52
void pop() {
53
std::pop_heap(m_indices.begin(), m_indices.end(), m_comp);
Callers
4
collapse
Method · 0.80
min_edge_length
Method · 0.80
check_order
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
2
check_order
Method · 0.64
TEST_F
Function · 0.64