Declaration of class Overlap which implements an energy function that gives a penalty for each pair of overlapping vertices. More...
#include <ogdf/internal/energybased/NodePairEnergy.h>Go to the source code of this file.
Classes | |
| class | ogdf::Overlap |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_OVERLAP_H |
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 IntersectionRectangle.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file Overlap.h.
| #define OGDF_OVERLAP_H |