hierarchicalgraph(3)
NAME
HierarchicalGraph - Hierarchical.h - An implementation of hierarchical
graph drawing algorithm.
SYNOPSIS
#include <HierarchicalGraph.h> Public Member Functions HierarchicalGraph (const tlp::PropertyContext &) ~HierarchicalGraph () bool run ()
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
- o 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@tulipsoftware.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.
Constructor & Destructor Documentation
HierarchicalGraph::HierarchicalGraph (const tlp::PropertyContext &) HierarchicalGraph::~HierarchicalGraph ()
Member Function Documentation
bool HierarchicalGraph::run ()
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.