Function collect_points_for_block

Source
fn collect_points_for_block(
    id_indices: &[(usize, (i64, Index2d))],
    block_id: usize,
) -> (Vec<Index2d>, Vec<usize>, Vec<usize>)
Expand description

Shared helper: collects pos/idx/pids for a given block ID.