Utilities by dumping a drawing of the current state of a SyncPlan instance.
More...
#include <ogdf/cluster/sync_plan/SyncPlanDrawer.h>
Utilities by dumping a drawing of the current state of a SyncPlan instance.
Definition at line 67 of file SyncPlanDrawer.h.
◆ SyncPlanDrawer()
| ogdf::sync_plan::SyncPlanDrawer::SyncPlanDrawer |
( |
SyncPlan * |
pq | ) |
|
◆ ~SyncPlanDrawer()
| virtual ogdf::sync_plan::SyncPlanDrawer::~SyncPlanDrawer |
( |
| ) |
|
|
inlinevirtual |
◆ cleanUp()
| void ogdf::sync_plan::SyncPlanDrawer::cleanUp |
( |
| ) |
|
◆ ensureGraphAttributes()
| GraphAttributes & ogdf::sync_plan::SyncPlanDrawer::ensureGraphAttributes |
( |
| ) |
|
◆ getBC_GA()
| const GraphAttributes & ogdf::sync_plan::SyncPlanDrawer::getBC_GA |
( |
| ) |
const |
|
inline |
◆ getSvg()
◆ layout()
| void ogdf::sync_plan::SyncPlanDrawer::layout |
( |
bool |
format = true, |
|
|
bool |
components = true |
|
) |
| |
◆ bc_edges
| List<edge> ogdf::sync_plan::SyncPlanDrawer::bc_edges |
|
private |
◆ BC_GA
◆ g_edges
| List<edge> ogdf::sync_plan::SyncPlanDrawer::g_edges |
|
private |
◆ non_planar_layout
| std::unique_ptr<LayoutModule> ogdf::sync_plan::SyncPlanDrawer::non_planar_layout |
|
private |
◆ own_GA
◆ planar_layout
| std::unique_ptr<LayoutModule> ogdf::sync_plan::SyncPlanDrawer::planar_layout |
|
private |
◆ PQ
| SyncPlan* ogdf::sync_plan::SyncPlanDrawer::PQ |
|
private |
◆ reuse_bc_edge_idx
| List<int> ogdf::sync_plan::SyncPlanDrawer::reuse_bc_edge_idx |
|
private |
◆ reuse_g_edge_idx
| List<int> ogdf::sync_plan::SyncPlanDrawer::reuse_g_edge_idx |
|
private |
◆ svg
The documentation for this class was generated from the following file: