HierarchicalGraph Class Reference
[Layout]
#include <HierarchicalGraph.h>
Collaboration diagram for HierarchicalGraph:
[legend]List of all members.
Detailed Description
Hierarchical.h - An implementation of hierarchical graph drawing algorithm.
This plugin is an implementation of hierarchical layout algorithm first published as:
D. Auber,
"Tulip - A Huge Graph Visualization Framework",
"Book. Graph Drawing Software. (Ed. Michael Junger & Petra Mutzel",
"2004",
pages 105 - 126.
HISTORY
- 01/12/1999 Verson 0.0.1: Initial release
- Note:
- This algorithm implements a O(n+m) space hierarchical layout
- Author:
- David Auber University Bordeaux I France, Email : auber@tulip-software.org
LICENCE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Public Member Functions
Constructor & Destructor Documentation
HierarchicalGraph::HierarchicalGraph |
( |
const tlp::PropertyContext & |
|
) |
|
|
HierarchicalGraph::~HierarchicalGraph |
( |
|
) |
|
|
Member Function Documentation
bool HierarchicalGraph::run |
( |
|
) |
|
|
|