Module layout

Module layout 

Source
Expand description

Layout algorithms for tree-like graphs.

Structs§

LayoutConfig
Configuration for tree layout algorithm.

Functions§

apply_layout
Applies the calculated layout positions to the treeize.
layout_and_apply
Convenience function that performs layout and applies it in one step.
layout_tree
Performs hierarchical layout on a tree-like graph.
layout_with_viewer
Convenience function that performs layout using a TreeizeViewer.