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

Method enable_voxel_connectivity

src/Mesh.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void Mesh::enable_voxel_connectivity() {
110 m_connectivity->init_voxel_adjacencies(this);
111}
112
113VectorI Mesh::get_vertex_adjacent_vertices(size_t vi) const {
114 return m_connectivity->get_vertex_adjacent_vertices(vi);

Callers 2

MeshFactory.cppFile · 0.80
compute_from_meshMethod · 0.80

Calls 1

Tested by

no test coverage detected