Multiple GraphCopies that contain different, overlapping parts of the same original graph. More...
#include <ogdf/basic/Graph.h>#include <ogdf/basic/Observer.h>#include <ogdf/basic/basic.h>#include <ogdf/cluster/sync_plan/basic/GraphMultiArray.h>Go to the source code of this file.
Classes | |
| class | ogdf::OverlappingGraphCopies |
| The manager class for multiple OverlappingGraphCopy instances of the same graph. More... | |
| class | ogdf::OverlappingGraphCopy |
| Version of GraphCopySimple that may efficiently share some overlap with other instances of the same original Graph via its OverlappingGraphCopies manager. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Multiple GraphCopies that contain different, overlapping parts of the same original graph.
TODO should be moved to a central location.
Definition in file OverlappingGraphCopies.h.