Hides all (edges leading to) adjacent biconnected components without changing the current embedding. More...
#include <ogdf/cluster/sync_plan/SyncPlanComponents.h>
Public Member Functions | |
BiconnectedIsolation (SyncPlanComponents &comps, node bicon) | |
~BiconnectedIsolation () | |
void | restore (bool restore_embedding=true) |
Private Attributes | |
NodeArray< SListPure< adjEntry > > | m_adjEntries |
node | m_bicon |
SyncPlanComponents & | m_comps |
Graph::HiddenEdgeSet | m_hiddenEdges |
NodeSet< true > | m_to_restore |
Hides all (edges leading to) adjacent biconnected components without changing the current embedding.
Definition at line 158 of file SyncPlanComponents.h.
|
explicit |
|
inline |
Definition at line 168 of file SyncPlanComponents.h.
void ogdf::sync_plan::BiconnectedIsolation::restore | ( | bool | restore_embedding = true | ) |
Definition at line 162 of file SyncPlanComponents.h.
|
private |
Definition at line 160 of file SyncPlanComponents.h.
|
private |
Definition at line 159 of file SyncPlanComponents.h.
|
private |
Definition at line 163 of file SyncPlanComponents.h.
|
private |
Definition at line 161 of file SyncPlanComponents.h.