fgl-5.4.2.3: Martin Erwig's Functional Graph Library

Data.Graph.Inductive.Query.GVD

Description

Graph Voronoi Diagram

Documentation

type Voronoi a = LRTree a

gvdIn :: (DynGraph gr, Real b) => [Node] -> gr a b -> Voronoi b

gvdOut :: (Graph gr, Real b) => [Node] -> gr a b -> Voronoi b

voronoiSet :: Real b => Node -> Voronoi b -> [Node]

nearestDist :: Real b => Node -> Voronoi b -> Maybe b