Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Private Attributes | Friends

ogdf::ClusterPQContainer Class Reference

#include <ogdf/internal/cluster/ClusterPQContainer.h>

List of all members.

Public Member Functions

 ClusterPQContainer ()
 ~ClusterPQContainer ()
void init (Graph *subGraph)
void Cleanup ()

Private Attributes

NodeArray< SListPure
< PlanarLeafKey< indInfo * > * > > * 
m_inLeaves
NodeArray< SListPure
< PlanarLeafKey< indInfo * > * > > * 
m_outLeaves
NodeArray< SListPure< edge > > * m_frontier
NodeArray< SListPure< node > > * m_opposed
NodeArray< SListPure< node > > * m_nonOpposed
EdgeArray< PlanarLeafKey
< indInfo * > * > * 
m_edge2Key
NodeArray< int > * m_numbering
Array< node > * m_tableNumber2Node
node m_superSink
Graphm_subGraph
EmbedPQTreem_T
PlanarLeafKey< indInfo * > * m_stEdgeLeaf

Friends

class CconnectClusterPlanarEmbed

Detailed Description

Definition at line 73 of file ClusterPQContainer.h.


Constructor & Destructor Documentation

ogdf::ClusterPQContainer::ClusterPQContainer (  )  [inline]

Definition at line 122 of file ClusterPQContainer.h.

ogdf::ClusterPQContainer::~ClusterPQContainer (  )  [inline]

Definition at line 128 of file ClusterPQContainer.h.


Member Function Documentation

void ogdf::ClusterPQContainer::Cleanup (  )  [inline]

Definition at line 158 of file ClusterPQContainer.h.

void ogdf::ClusterPQContainer::init ( Graph subGraph  )  [inline]

Definition at line 130 of file ClusterPQContainer.h.


Friends And Related Function Documentation

friend class CconnectClusterPlanarEmbed [friend]

Definition at line 75 of file ClusterPQContainer.h.


Member Data Documentation

Definition at line 101 of file ClusterPQContainer.h.

Definition at line 90 of file ClusterPQContainer.h.

Definition at line 83 of file ClusterPQContainer.h.

Definition at line 98 of file ClusterPQContainer.h.

Definition at line 104 of file ClusterPQContainer.h.

Definition at line 94 of file ClusterPQContainer.h.

Definition at line 86 of file ClusterPQContainer.h.

Definition at line 118 of file ClusterPQContainer.h.

Definition at line 114 of file ClusterPQContainer.h.

Definition at line 109 of file ClusterPQContainer.h.

Definition at line 116 of file ClusterPQContainer.h.

Definition at line 107 of file ClusterPQContainer.h.


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