pub fn crop_volume_with<T: Copy>(data: &[T], b: &CropBox, fill: T) -> Vec<T>
Copy the box out of a full-grid volume, filling anything outside the grid with fill.
fill
If data does not match the box’s full_dims.
data
full_dims