GraphTool  1.0
Tool for analyzing and graphically visualizing code dependencies for Ericsson.
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
Public Attributes | List of all members
Layout::tree_node Struct Reference

#include <graph_extractor.h>

Collaboration diagram for Layout::tree_node:
Collaboration graph
[legend]

Public Attributes

unsigned int id
 
tree_nodeparent
 
std::vector< tree_node * > children
 
unsigned int num_tree_nodes
 
int x
 
int y
 

Detailed Description

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().


The documentation for this struct was generated from the following file: