Layout algorithms for hypergraph based on edge standard representations (clique / star / tree) - HypergraphLayoutES. More...
#include <ogdf/basic/Array.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/geometry.h>
#include <ogdf/hypergraph/HypergraphLayoutModule.h>
#include <ogdf/planarity/CrossingMinimizationModule.h>
#include <ogdf/planarity/EmbedderModule.h>
#include <ogdf/planarity/LayoutPlanRepModule.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | ogdf::HypergraphLayoutES |
class | ogdf::List< E > |
Doubly linked lists (maintaining the length of the list). More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Layout algorithms for hypergraph based on edge standard representations (clique / star / tree) - HypergraphLayoutES.
... edge standard is based partly on Section 7.2 of PhD Thesis by Dr. Chimani, subset standard is based on the following paper:
Bertault, François and Eades, Peter.:Drawing Hypergraphs in the Subset Standard (Short Demo Paper) Graph Drawing Springer Berlin / Heidelberg 2001. pp.45-76. ISBN 978-3-540-41554-1
Definition in file HypergraphLayout.h.