fgl-5.4.1.1: Martin Erwig's Functional Graph LibrarySource codeContentsIndex
Data.Graph.Inductive.Query.GVD
Description
Graph Voronoi Diagram
Documentation
type Voronoi a = LRTree aSource
gvdIn :: (DynGraph gr, Real b) => [Node] -> gr a b -> Voronoi bSource
gvdOut :: (Graph gr, Real b) => [Node] -> gr a b -> Voronoi bSource
voronoiSet :: Real b => Node -> Voronoi b -> [Node]Source
nearestNode :: Real b => Node -> Voronoi b -> Maybe NodeSource
nearestDist :: Real b => Node -> Voronoi b -> Maybe bSource
nearestPath :: Real b => Node -> Voronoi b -> Maybe PathSource
Produced by Haddock version 0.8