Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
Encapsulate.h
Go to the documentation of this file.
1
31#pragma once
32
33#include <ogdf/basic/Graph.h>
35
36#include <ostream>
37
39
42 node bicon = nullptr;
43 node bicon_rep = nullptr;
44 node star_rep = nullptr;
46
47 explicit EncapsulatedBlock(node _bicon) : bicon(_bicon) { }
48
49 friend std::ostream& operator<<(std::ostream& os, const EncapsulatedBlock& block);
50};
51
52}
Utilities for working with the bijections between the edges incident to the two endpoints of a Pipe.
Includes declaration of graph class.
Class for the representation of nodes.
Definition Graph_d.h:241
all operators will only be found when using sync_plan::internal, so no namespace pollution
Definition SyncPlan.h:82
Information on a single block adjacent to a cut-vertex that is about to be encapsulated.
Definition Encapsulate.h:41
friend std::ostream & operator<<(std::ostream &os, const EncapsulatedBlock &block)