DGraphTreeModel.SubTreeMake
module G : sig ... end
module Tree : sig ... end
module TreeManipulation : sig ... end
class tree_model : graph_layout -> TreeManipulation.t -> Graph__.DGraphModel.abstract_model
val tree : unit -> TreeManipulation.t
val from_graph :
?depth_forward:int ->
?depth_backward:int ->
fontMeasure:(fontName:string -> fontSize:int -> string -> int * int) ->
G.t ->
G.V.t ->
tree_model