Layout algorithms for hypergraph based on edge standard representations (clique / star / tree) - HypergraphLayoutES. More...
#include <ogdf/basic/exceptions.h>
#include <ogdf/hypergraph/EdgeStandardRep.h>
#include <ogdf/hypergraph/Hypergraph.h>
#include <ogdf/hypergraph/HypergraphAttributes.h>
#include <ogdf/hypergraph/HypergraphLayoutModule.h>
#include <ogdf/planarity/CrossingMinimizationModule.h>
#include <ogdf/planarity/EmbedderModule.h>
#include <ogdf/planarity/LayoutPlanRepModule.h>
#include <ogdf/planarity/PlanRep.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | ogdf::HypergraphLayoutES |
Namespaces | |
namespace | 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.