Module DGraphTreeModel.SubTreeMakeSource

This functor creates a model centered on a vertex from a graph

Parameters

Signature

include S with type Tree.V.label = G.V.t
Sourcemodule TreeManipulation : sig ... end
Sourcetype cluster = string
Sourcetype graph_layout
Sourceclass tree_model : graph_layout -> TreeManipulation.t -> [Tree.V.t, Tree.E.t, cluster] Graph__.DGraphModel.abstract_model
Sourceval tree : unit -> TreeManipulation.t
Sourceval from_graph : ?depth_forward:int -> ?depth_backward:int -> fontMeasure:(fontName:string -> fontSize:int -> string -> int * int) -> G.t -> G.V.t -> tree_model