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

Method get_vertex_adjacent_vertices

src/Mesh.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113VectorI Mesh::get_vertex_adjacent_vertices(size_t vi) const {
114 return m_connectivity->get_vertex_adjacent_vertices(vi);
115}
116
117VectorI Mesh::get_vertex_adjacent_faces(size_t vi) const {
118 return m_connectivity->get_vertex_adjacent_faces(vi);

Callers 4

getNodeAdjacentNodesMethod · 0.45
getNodeAdjacentNodesMethod · 0.45
mainFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36