Module distance_transform::grid [] [src]

This module contains type definitions for two-dimensional grids that are used in the distance transform methods.

Structs

GenericGrid

A two-dimensional grid of an arbitrary type T

GridIter

Iterate over the nodes of a grid.

GridIterMut

Iterate mutably over the nodes of a grid.

Type Definitions

BoolGrid

two-dimensional grid of bool values

FloatGrid

two-dimensional grid of f64 values