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

Method get_vertex_adjacent_faces

src/Mesh.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117VectorI Mesh::get_vertex_adjacent_faces(size_t vi) const {
118 return m_connectivity->get_vertex_adjacent_faces(vi);
119}
120
121VectorI Mesh::get_vertex_adjacent_voxels(size_t vi) const {
122 return m_connectivity->get_vertex_adjacent_voxels(vi);

Callers 8

cut_with_face_labelsMethod · 0.45
cut_along_edgesMethod · 0.45
mainFunction · 0.45
repousse_allFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36