Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

ogdf::sync_plan::internal::EncapsulatedBlock Struct Reference

Information on a single block adjacent to a cut-vertex that is about to be encapsulated. More...

#include <ogdf/cluster/sync_plan/SyncPlan_operation/Encapsulate.h>

Public Member Functions

 EncapsulatedBlock (node _bicon)
 

Public Attributes

node bicon = nullptr
 
node bicon_rep = nullptr
 
PipeBij bij
 
node star_rep = nullptr
 

Friends

std::ostream & operator<< (std::ostream &os, const EncapsulatedBlock &block)
 

Detailed Description

Information on a single block adjacent to a cut-vertex that is about to be encapsulated.

Definition at line 41 of file Encapsulate.h.

Constructor & Destructor Documentation

◆ EncapsulatedBlock()

ogdf::sync_plan::internal::EncapsulatedBlock::EncapsulatedBlock ( node  _bicon)
inlineexplicit

Definition at line 47 of file Encapsulate.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const EncapsulatedBlock block 
)
friend

Member Data Documentation

◆ bicon

node ogdf::sync_plan::internal::EncapsulatedBlock::bicon = nullptr

Definition at line 42 of file Encapsulate.h.

◆ bicon_rep

node ogdf::sync_plan::internal::EncapsulatedBlock::bicon_rep = nullptr

Definition at line 43 of file Encapsulate.h.

◆ bij

PipeBij ogdf::sync_plan::internal::EncapsulatedBlock::bij

Definition at line 45 of file Encapsulate.h.

◆ star_rep

node ogdf::sync_plan::internal::EncapsulatedBlock::star_rep = nullptr

Definition at line 44 of file Encapsulate.h.


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