Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::NonPlanarCore< TCost >::CutEdge Struct Reference

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
 
const edge e
 the edge
 

Detailed Description

template<typename TCost = int>
struct ogdf::NonPlanarCore< TCost >::CutEdge

Struct to represent an edge that needs to be crossed in order to cross an st-component.

Definition at line 74 of file NonPlanarCore.h.

Constructor & Destructor Documentation

◆ CutEdge()

template<typename TCost = int>
ogdf::NonPlanarCore< TCost >::CutEdge::CutEdge ( edge  paramEdge,
bool  directed 
)
inline

Definition at line 78 of file NonPlanarCore.h.

Member Data Documentation

◆ dir

template<typename TCost = int>
const bool ogdf::NonPlanarCore< TCost >::CutEdge::dir

true, iff the edge is directed from the s partition to the t partion

Definition at line 76 of file NonPlanarCore.h.

◆ e

template<typename TCost = int>
const edge ogdf::NonPlanarCore< TCost >::CutEdge::e

the edge

Definition at line 75 of file NonPlanarCore.h.


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