pub struct Tile<'a> {
pub info: &'a VolumeTileInfo,
pub size: usize,
pub index: i32,
}
Expand description
Represents a single tile in a volume.
Used with crate::geometry::Geometry::foreach_volume_tile
Fields§
§info: &'a VolumeTileInfo
§size: usize
§index: i32