fgl-5.5.1.0: Martin Erwig's Functional Graph Library
Data.Graph.Inductive.Query.GVD
Description
Graph Voronoi Diagram
type Voronoi a = LRTree a Source
gvdIn :: (DynGraph gr, Real b) => [Node] -> gr a b -> Voronoi b Source
gvdOut :: (Graph gr, Real b) => [Node] -> gr a b -> Voronoi b Source
voronoiSet :: Real b => Node -> Voronoi b -> [Node] Source
nearestNode :: Real b => Node -> Voronoi b -> Maybe Node Source
nearestDist :: Real b => Node -> Voronoi b -> Maybe b Source
nearestPath :: Real b => Node -> Voronoi b -> Maybe Path Source