Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ pop
Method
pop
tools/MeshUtils/IndexHeap.h:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void pop() {
53
std::pop_heap(m_indices.begin(), m_indices.end(), m_comp);
54
m_indices.pop_back();
55
}
56
57
void push(T val) {
58
size_t idx = m_data.size();
Callers
15
getBoundaryBlurMatrix
Method · 0.80
propagate_supports
Method · 0.80
label_connected_components
Method · 0.80
cut_along_edges
Method · 0.80
flood
Method · 0.80
split_obtuse_triangles
Method · 0.80
triangulate_chain
Method · 0.80
collapse
Method · 0.80
tok
Method · 0.80
check_order
Method · 0.80
__init__
Method · 0.80
DeclarationToParts
Method · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
1
check_order
Method · 0.64