GraphTool
1.0
Tool for analyzing and graphically visualizing code dependencies for Ericsson.
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
src
tree_layout.h
1
#ifndef TREE_LAYOUT_H_
2
#define TREE_LAYOUT_H_
3
4
namespace
Layout {
10
std::vector<std::pair<int, int> >* tree_layout(
AdjacencyList
& g);
11
19
std::vector<std::pair<int, int> >* tree_layout(
AdjacencyList
& g,
20
unsigned
int
start);
21
}
22
23
#endif
AdjacencyList
Definition:
AdjacencyList.h:9
Generated on Sun Jun 1 2014 21:59:11 for GraphTool by
1.8.6