(git:1f285aa)
tmc_dot_tree.F File Reference

Go to the source code of this file.

Modules

module  tmc_dot_tree
 module for printing tree structures in GraphViz dot files for visualizing the trees
 

Functions/Subroutines

subroutine, public tmc_dot_tree::init_draw_trees (tmc_params)
 initializes the dot files (open and write headers) More...
 
subroutine, public tmc_dot_tree::finalize_draw_tree (tmc_params)
 close the dot files (write tails) More...
 
subroutine, public tmc_dot_tree::create_dot (new_element, conf, tmc_params)
 interfaces the creating of a branch for subtree elements More...
 
subroutine, public tmc_dot_tree::create_global_tree_dot (new_element, tmc_params)
 creates new dot and arrow from element one level up (for subtree) additional handling of nodes with swaped elements More...
 
subroutine, public tmc_dot_tree::create_dot_color (tree_element, tmc_params)
 interfaces the change of color for subtree elements on the basis of the element status More...
 
subroutine, public tmc_dot_tree::create_global_tree_dot_color (gt_tree_element, tmc_params)
 interfaces the change of color for global tree node on the basis of the element status More...