Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ top
Method
top
tools/MeshUtils/IndexHeap.h:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
size_t top() const {
43
assert(!m_indices.empty());
44
assert(m_indices.front() < m_data.size());
45
return m_indices.front();
46
}
47
48
T top_value() const {
49
return m_data[top()];
Callers
5
getBoundaryBlurMatrix
Method · 0.80
split_obtuse_triangles
Method · 0.80
triangulate_chain
Method · 0.80
collapse
Method · 0.80
TEST_F
Function · 0.80
Calls
2
empty
Method · 0.45
size
Method · 0.45
Tested by
1
TEST_F
Function · 0.64