Struct to represent an edge that needs to be crossed in order to cross an st-component. More...
#include <ogdf/planarity/NonPlanarCore.h>
Public Member Functions | |
CutEdge (edge paramEdge, bool directed) | |
Public Attributes | |
const bool | dir |
true, iff the edge is directed from the s partition to the t partion More... | |
const edge | e |
the edge More... | |
Struct to represent an edge that needs to be crossed in order to cross an st-component.
Definition at line 88 of file NonPlanarCore.h.
|
inline |
Definition at line 92 of file NonPlanarCore.h.
const bool ogdf::NonPlanarCore< TCost >::CutEdge::dir |
true, iff the edge is directed from the s partition to the t partion
Definition at line 90 of file NonPlanarCore.h.
const edge ogdf::NonPlanarCore< TCost >::CutEdge::e |
the edge
Definition at line 89 of file NonPlanarCore.h.