|
GraphTool
1.0
Tool for analyzing and graphically visualizing code dependencies for Ericsson.
|
#include <graph_extractor.h>

Public Attributes | |
| unsigned int | id |
| tree_node * | parent |
| std::vector< tree_node * > | children |
| unsigned int | num_tree_nodes |
| int | x |
| int | y |
Datastructure used for the layout algorithms. Its id is initialized to -1 which is an invalid id. Thus it needs to be set explicitly which is done in make_tree().
1.8.6