Declaration of class Overlap which implements an energy function that gives a penalty for each pair of overlapping vertices. More...
#include <ogdf/basic/Graph.h>#include <ogdf/basic/geometry.h>#include <ogdf/energybased/davidson_harel/NodePairEnergy.h>Go to the source code of this file.
Classes | |
| class | ogdf::davidson_harel::Overlap |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
| namespace | ogdf::davidson_harel |
Declaration of class Overlap which implements an energy function that gives a penalty for each pair of overlapping vertices.
The penalty for each pair is the area of the overlap. It only works if the shape of the vertices is a rectangle. It uses the class DIntersectableRect.
Definition in file Overlap.h.