Derive embedding trees from Triconnectivity information. More...
#include <ogdf/basic/DisjointSets.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/pctree/NodePCRotation.h>
#include <ogdf/cluster/sync_plan/basic/OverlappingGraphCopies.h>
#include <ogdf/graphalg/Triconnectivity.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | ogdf::List< E > |
Doubly linked lists (maintaining the length of the list). More... | |
class | ogdf::sync_plan::NodeSSPQRRotation |
Derive embedding trees from Triconnectivity information. More... | |
struct | ogdf::sync_plan::SimpleSPQRTree |
Wrapper class around Triconnectivity information. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::pc_tree | |
ogdf::sync_plan | |
ogdf::sync_plan::spqr_utils | |
Functions | |
adjEntry | ogdf::sync_plan::spqr_utils::getAdjInOrig (const OverlappingGraphCopy *skel, adjEntry skel_adj) |
adjEntry | ogdf::sync_plan::spqr_utils::getAdjInSkel (const OverlappingGraphCopy *skel, adjEntry GC_adj) |
bool | ogdf::sync_plan::spqr_utils::isPNode (const Graph &skel) |
bool | ogdf::sync_plan::spqr_utils::isRNode (const Graph &skel) |
bool | ogdf::sync_plan::spqr_utils::isSNode (const Graph &skel) |
Derive embedding trees from Triconnectivity information.
Definition in file NodeTricRotation.h.