Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::PlanRepExpansion::Crossing Struct Reference

#include <ogdf/planarity/PlanRepExpansion.h>

Public Member Functions

 Crossing ()
 
 Crossing (adjEntry adj)
 

Public Attributes

adjEntry m_adj
 
SList< adjEntrym_partitionLeft
 
SList< adjEntrym_partitionRight
 

Friends

std::ostream & operator<< (std::ostream &os, const Crossing &c)
 

Detailed Description

Definition at line 54 of file PlanRepExpansion.h.

Constructor & Destructor Documentation

◆ Crossing() [1/2]

ogdf::PlanRepExpansion::Crossing::Crossing ( )
inline

Definition at line 55 of file PlanRepExpansion.h.

◆ Crossing() [2/2]

ogdf::PlanRepExpansion::Crossing::Crossing ( adjEntry  adj)
inlineexplicit

Definition at line 57 of file PlanRepExpansion.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const Crossing c 
)
friend

Definition at line 63 of file PlanRepExpansion.h.

Member Data Documentation

◆ m_adj

adjEntry ogdf::PlanRepExpansion::Crossing::m_adj

Definition at line 59 of file PlanRepExpansion.h.

◆ m_partitionLeft

SList<adjEntry> ogdf::PlanRepExpansion::Crossing::m_partitionLeft

Definition at line 60 of file PlanRepExpansion.h.

◆ m_partitionRight

SList<adjEntry> ogdf::PlanRepExpansion::Crossing::m_partitionRight

Definition at line 61 of file PlanRepExpansion.h.


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