Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Public Attributes | Friends

ogdf::PlanRepExpansion::Crossing Struct Reference

#include <ogdf/planarity/PlanRepExpansion.h>

List of all members.

Public Member Functions

 Crossing ()
 Crossing (adjEntry adj)

Public Attributes

adjEntry m_adj
SList< adjEntrym_partitionLeft
SList< adjEntrym_partitionRight

Friends

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

Detailed Description

Definition at line 84 of file PlanRepExpansion.h.


Constructor & Destructor Documentation

ogdf::PlanRepExpansion::Crossing::Crossing (  )  [inline]

Definition at line 85 of file PlanRepExpansion.h.

ogdf::PlanRepExpansion::Crossing::Crossing ( adjEntry  adj  )  [inline]

Definition at line 86 of file PlanRepExpansion.h.


Friends And Related Function Documentation

ostream& operator<< ( ostream &  os,
const Crossing c 
) [friend]

Definition at line 92 of file PlanRepExpansion.h.


Member Data Documentation

Definition at line 88 of file PlanRepExpansion.h.

Definition at line 89 of file PlanRepExpansion.h.

Definition at line 90 of file PlanRepExpansion.h.


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