MCPcopy 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

collapseMethod · 0.80
min_edge_lengthMethod · 0.80
check_orderMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

check_orderMethod · 0.64
TEST_FFunction · 0.64