#include <ogdf/internal/cluster/ClusterPQContainer.h>
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 |
| Graph * | m_subGraph |
| EmbedPQTree * | m_T |
| PlanarLeafKey< indInfo * > * | m_stEdgeLeaf |
Friends | |
| class | CconnectClusterPlanarEmbed |
Definition at line 73 of file ClusterPQContainer.h.
| ogdf::ClusterPQContainer::ClusterPQContainer | ( | ) | [inline] |
Definition at line 122 of file ClusterPQContainer.h.
| ogdf::ClusterPQContainer::~ClusterPQContainer | ( | ) | [inline] |
Definition at line 128 of file ClusterPQContainer.h.
| 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.
friend class CconnectClusterPlanarEmbed [friend] |
Definition at line 75 of file ClusterPQContainer.h.
EdgeArray<PlanarLeafKey<indInfo*>*>* ogdf::ClusterPQContainer::m_edge2Key [private] |
Definition at line 101 of file ClusterPQContainer.h.
NodeArray<SListPure<edge> >* ogdf::ClusterPQContainer::m_frontier [private] |
Definition at line 90 of file ClusterPQContainer.h.
NodeArray<SListPure<PlanarLeafKey<indInfo*>* > >* ogdf::ClusterPQContainer::m_inLeaves [private] |
Definition at line 83 of file ClusterPQContainer.h.
NodeArray<SListPure<node> >* ogdf::ClusterPQContainer::m_nonOpposed [private] |
Definition at line 98 of file ClusterPQContainer.h.
NodeArray<int>* ogdf::ClusterPQContainer::m_numbering [private] |
Definition at line 104 of file ClusterPQContainer.h.
NodeArray<SListPure<node> >* ogdf::ClusterPQContainer::m_opposed [private] |
Definition at line 94 of file ClusterPQContainer.h.
NodeArray<SListPure<PlanarLeafKey<indInfo*>* > >* ogdf::ClusterPQContainer::m_outLeaves [private] |
Definition at line 86 of file ClusterPQContainer.h.
PlanarLeafKey<indInfo*>* ogdf::ClusterPQContainer::m_stEdgeLeaf [private] |
Definition at line 118 of file ClusterPQContainer.h.
Graph* ogdf::ClusterPQContainer::m_subGraph [private] |
Definition at line 114 of file ClusterPQContainer.h.
node ogdf::ClusterPQContainer::m_superSink [private] |
Definition at line 109 of file ClusterPQContainer.h.
EmbedPQTree* ogdf::ClusterPQContainer::m_T [private] |
Definition at line 116 of file ClusterPQContainer.h.
Array<node>* ogdf::ClusterPQContainer::m_tableNumber2Node [private] |
Definition at line 107 of file ClusterPQContainer.h.