graph_layout library

Classes

Eades
An implementation of the Eades layout algorithm.
Edge
An undirected edge of a graph.
FruchtermanReingold
An implementation of the Fruchterman-Reingold layout algorithm.
Graph
The topology of a graph.
IntegerNode
An implementation of Node where the nodes are identified by their integer id.
InteractiveLayoutAlgorithm
A generic interactive graph layout algorithm.
Node
A node of a graph.
StaticLayoutAlgorithm
A generic static graph layout algorithm.

Typedefs

AdjacencyList = Map<Node, Set<Node>>
A description of the topology of a graph.
EdgeList = Set<Edge>
A description of the topology of a graph.
NodeLayout = Map<Node, Vector2>
A description of the layout of a graph.