MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / get_face_indices

Method get_face_indices

tools/MeshUtils/Subdivision.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 MatrixFr get_vertices() const { return m_vertices; }
31 MatrixIr get_faces() const { return m_faces; }
32 VectorI get_face_indices() const { return m_face_indices; }
33
34 size_t get_num_vertices() const { return m_vertices.rows(); }
35 size_t get_num_faces() const { return m_faces.rows(); }

Callers 11

update_face_sourcesMethod · 0.45
refineMethod · 0.45
refine_phantom_meshMethod · 0.45
remove_short_edgesMethod · 0.45
remove_short_edgesMethod · 0.45
remove_zero_edgesMethod · 0.45
subdivideFunction · 0.45
check_face_indicesMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

check_face_indicesMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36