Declaration of class BalloonLayout. More...
#include <ogdf/basic/Graph.h>#include <ogdf/basic/LayoutModule.h>#include <ogdf/basic/basic.h>#include <ogdf/basic/memory.h>#include <iosfwd>Go to the source code of this file.
Classes | |
| class | ogdf::BalloonLayout |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Functions | |
| std::ostream & | ogdf::operator<< (std::ostream &os, const BalloonLayout::RootSelection &rs) |
Declaration of class BalloonLayout.
Computes a radial (balloon) layout based on a spanning tree. The algorithm is partially based on the paper "On Balloon Drawings of Rooted Trees" by Lin and Yen and on "Interacting with Huge Hierarchies: Beyond Cone Trees" by Carriere and Kazman
Definition in file BalloonLayout.h.