MCPcopy 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

getBoundaryBlurMatrixMethod · 0.80
propagate_supportsMethod · 0.80
cut_along_edgesMethod · 0.80
floodMethod · 0.80
triangulate_chainMethod · 0.80
collapseMethod · 0.80
tokMethod · 0.80
check_orderMethod · 0.80
__init__Method · 0.80
DeclarationToPartsMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 1

check_orderMethod · 0.64