Type Alias ghx_grid::grid::GridIndex

source ·
pub type GridIndex = usize;
Expand description

Index of a grid element

Trait Implementations§

source§

impl<C: CoordinateSystem> NodeRef<C> for GridIndex

source§

fn to_index(&self, _grid: &impl Grid<C>) -> GridIndex

Returns the GridIndex that is referenced by this NodeRef.