#include <ogdf/planarity/PlanRepExpansion.h>
Public Member Functions | |
Crossing () | |
Crossing (adjEntry adj) | |
Public Attributes | |
adjEntry | m_adj |
SList< adjEntry > | m_partitionLeft |
SList< adjEntry > | m_partitionRight |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Crossing &c) |
Definition at line 54 of file PlanRepExpansion.h.
|
inline |
Definition at line 55 of file PlanRepExpansion.h.
|
inlineexplicit |
Definition at line 57 of file PlanRepExpansion.h.
Definition at line 63 of file PlanRepExpansion.h.
adjEntry ogdf::PlanRepExpansion::Crossing::m_adj |
Definition at line 59 of file PlanRepExpansion.h.
Definition at line 60 of file PlanRepExpansion.h.
Definition at line 61 of file PlanRepExpansion.h.