Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::sync_plan::SyncPlanDrawer Class Reference

Utilities by dumping a drawing of the current state of a SyncPlan instance. More...

#include <ogdf/cluster/sync_plan/SyncPlanDrawer.h>

Public Member Functions

 SyncPlanDrawer (SyncPlan *pq)
 
virtual ~SyncPlanDrawer ()
 
void cleanUp ()
 
GraphAttributesensureGraphAttributes ()
 
const GraphAttributesgetBC_GA () const
 
const GraphIO::SVGSettingsgetSvg () const
 
void layout (bool format=true, bool components=true)
 

Private Attributes

List< edgebc_edges
 
GraphAttributes BC_GA
 
List< edgeg_edges
 
std::unique_ptr< LayoutModulenon_planar_layout
 
std::unique_ptr< GraphAttributesown_GA
 
std::unique_ptr< LayoutModuleplanar_layout
 
SyncPlanPQ
 
List< int > reuse_bc_edge_idx
 
List< int > reuse_g_edge_idx
 
GraphIO::SVGSettings svg
 

Detailed Description

Utilities by dumping a drawing of the current state of a SyncPlan instance.

Definition at line 63 of file SyncPlanDrawer.h.

Constructor & Destructor Documentation

◆ SyncPlanDrawer()

ogdf::sync_plan::SyncPlanDrawer::SyncPlanDrawer ( SyncPlan pq)

◆ ~SyncPlanDrawer()

virtual ogdf::sync_plan::SyncPlanDrawer::~SyncPlanDrawer ( )
inlinevirtual

Definition at line 79 of file SyncPlanDrawer.h.

Member Function Documentation

◆ 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

Definition at line 83 of file SyncPlanDrawer.h.

◆ getSvg()

const GraphIO::SVGSettings& ogdf::sync_plan::SyncPlanDrawer::getSvg ( ) const
inline

Definition at line 85 of file SyncPlanDrawer.h.

◆ layout()

void ogdf::sync_plan::SyncPlanDrawer::layout ( bool  format = true,
bool  components = true 
)

Member Data Documentation

◆ bc_edges

List<edge> ogdf::sync_plan::SyncPlanDrawer::bc_edges
private

Definition at line 71 of file SyncPlanDrawer.h.

◆ BC_GA

GraphAttributes ogdf::sync_plan::SyncPlanDrawer::BC_GA
private

Definition at line 69 of file SyncPlanDrawer.h.

◆ g_edges

List<edge> ogdf::sync_plan::SyncPlanDrawer::g_edges
private

Definition at line 70 of file SyncPlanDrawer.h.

◆ non_planar_layout

std::unique_ptr<LayoutModule> ogdf::sync_plan::SyncPlanDrawer::non_planar_layout
private

Definition at line 65 of file SyncPlanDrawer.h.

◆ own_GA

std::unique_ptr<GraphAttributes> ogdf::sync_plan::SyncPlanDrawer::own_GA
private

Definition at line 74 of file SyncPlanDrawer.h.

◆ planar_layout

std::unique_ptr<LayoutModule> ogdf::sync_plan::SyncPlanDrawer::planar_layout
private

Definition at line 64 of file SyncPlanDrawer.h.

◆ PQ

SyncPlan* ogdf::sync_plan::SyncPlanDrawer::PQ
private

Definition at line 68 of file SyncPlanDrawer.h.

◆ reuse_bc_edge_idx

List<int> ogdf::sync_plan::SyncPlanDrawer::reuse_bc_edge_idx
private

Definition at line 73 of file SyncPlanDrawer.h.

◆ reuse_g_edge_idx

List<int> ogdf::sync_plan::SyncPlanDrawer::reuse_g_edge_idx
private

Definition at line 72 of file SyncPlanDrawer.h.

◆ svg

GraphIO::SVGSettings ogdf::sync_plan::SyncPlanDrawer::svg
private

Definition at line 66 of file SyncPlanDrawer.h.


The documentation for this class was generated from the following file: