fgl-5.5.1.0: Martin Erwig's Functional Graph Library

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Graph.Inductive.Query.GVD

Description

Graph Voronoi Diagram

Documentation

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