Highlight the leaves of a virtual tree (Flood).
[Go] = NL_G_HighlightFldLeaves(G,S,C,P,Sc,Sb,Sd,Ac,Ab,Ad,Lc,Lb,Ld,Ec,Ew)
Graph.
Sink.
Congestion map.
Predecessor vector.
Sink color.
Sink border.
Sink diameter.
Aggregator color.
Aggregator border.
Aggregator diameter.
Leaf color.
Leaf border.
Leaf diameter.
Tree edge color.
Tree edge width.
Output graph.
NL_G_HighlightFldLeaves highlights the leaves of a virtual tree (Flood) extracted from the graph G. The congestion map C gives information about the number of shortest paths from all the graph nodes towards the sink that cross each node. The predecessor vector P gives the direction that each node needs to follow in order to reach the sink. The visualization highlights tree components, e.g. the sinks (color: , border:
, diameter:
), the aggregators (color:
, border:
, diameter:
) and the leaves (color:
, border:
, diameter:
). The edges of the tree are also displayed with the color
and the width
. The output graph is stored in
.