Skip to main content

build_connectivity_graph

Function build_connectivity_graph 

Source
pub fn build_connectivity_graph(
    connectivities: &[FaceMatch],
) -> HashMap<usize, HashSet<usize>>
Expand description

Convert face matches into an undirected adjacency map between block indices.