Declaration of class BertaultLayout. More...
#include <ogdf/basic/Array.h>
#include <ogdf/basic/Array2D.h>
#include <ogdf/basic/CombinatorialEmbedding.h>
#include <ogdf/basic/LayoutModule.h>
#include <ogdf/basic/List.h>
#include <ogdf/planarity/PlanRep.h>
Go to the source code of this file.
Classes | |
class | ogdf::BertaultLayout |
class | ogdf::BertaultLayout::BertaultSections |
The sections associated with each node. More... | |
class | ogdf::BertaultLayout::CCElement |
Objects of this class are members of the containment heirarchy made in preprocessing stage of ImPrEd. More... | |
struct | ogdf::BertaultLayout::proj |
a structure which stores the projection of a node on an edge More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration of class BertaultLayout.
Computes a force directed layout (Bertault Layout) for preserving the planar embedding in the graph. The algorithm is based on the paper "A force-directed algorithm that preserves edge-crossing properties" by Francois Bertault
Definition in file BertaultLayout.h.