| adjAvailable(bool val) | ogdf::ClusterGraph | [inline] |
| adjEdges(cluster c, EDGELIST &edges) const | ogdf::ClusterGraph | [inline] |
| adjEntries(cluster c, ADJLIST &entries) const | ogdf::ClusterGraph | [inline] |
| allNodes(CLUSTERLIST &clusters) const | ogdf::ClusterGraph | [inline] |
| assignNode(node v, cluster C) | ogdf::ClusterGraph | [private] |
| checkPostOrder() const | ogdf::ClusterGraph | [private] |
| clear() | ogdf::ClusterGraph | |
| clearClusterTree(cluster C) | ogdf::ClusterGraph | |
| clearClusterTree(cluster c, List< node > &attached) | ogdf::ClusterGraph | [private] |
| cleared() | ogdf::ClusterGraph | [inline, protected, virtual] |
| clusterArrayTableSize() const | ogdf::ClusterGraph | [inline] |
| clusterDepth(cluster c) const | ogdf::ClusterGraph | [inline] |
| ClusterGraph() | ogdf::ClusterGraph | |
| ClusterGraph(const Graph &G) | ogdf::ClusterGraph | |
| ClusterGraph(const ClusterGraph &C) | ogdf::ClusterGraph | |
| ClusterGraph(const ClusterGraph &C, Graph &G) | ogdf::ClusterGraph | |
| ClusterGraph(const ClusterGraph &C, Graph &G, ClusterArray< cluster > &originalClusterTable, NodeArray< node > &originalNodeTable) | ogdf::ClusterGraph | |
| ClusterGraph(const ClusterGraph &C, Graph &G, ClusterArray< cluster > &originalClusterTable, NodeArray< node > &originalNodeTable, EdgeArray< edge > &edgeCopy) | ogdf::ClusterGraph | |
| clusterIdCount() const | ogdf::ClusterGraph | [inline] |
| clusterOf(node v) const | ogdf::ClusterGraph | [inline] |
| collaps(NODELIST &nodes, Graph &G) | ogdf::ClusterGraph | [inline] |
| commonCluster(SList< node > &nodes) | ogdf::ClusterGraph | |
| commonCluster(node v, node w) const | ogdf::ClusterGraph | |
| commonClusterAncestorsPath(node v, node w, cluster &c1, cluster &c2, List< cluster > &eL) const | ogdf::ClusterGraph | |
| commonClusterLastAncestors(node v, node w, cluster &c1, cluster &c2) const | ogdf::ClusterGraph | |
| commonClusterPath(node v, node w, List< cluster > &eL) const | ogdf::ClusterGraph | |
| computeSubTreeDepth(cluster c) const | ogdf::ClusterGraph | |
| consistencyCheck() | ogdf::ClusterGraph | |
| copyLCA(const ClusterGraph &C, ClusterArray< cluster > *clusterCopy=0) | ogdf::ClusterGraph | [protected] |
| createCluster(SList< node > &nodes, const cluster parent=0) | ogdf::ClusterGraph | |
| createEmptyCluster(const cluster parent=0, int clusterId=-1) | ogdf::ClusterGraph | |
| deepCopy(const ClusterGraph &C, Graph &G) | ogdf::ClusterGraph | [private] |
| deepCopy(const ClusterGraph &C, Graph &G, ClusterArray< cluster > &originalClusterTable, NodeArray< node > &originalNodeTable) | ogdf::ClusterGraph | [private] |
| deepCopy(const ClusterGraph &C, Graph &G, ClusterArray< cluster > &originalClusterTable, NodeArray< node > &originalNodeTable, EdgeArray< edge > &edgeCopy) | ogdf::ClusterGraph | [private] |
| delCluster(cluster c) | ogdf::ClusterGraph | |
| doCreateCluster(SList< node > &nodes, const cluster parent, int clusterId=-1) | ogdf::ClusterGraph | [protected] |
| doCreateCluster(SList< node > &nodes, SList< cluster > &emptyCluster, const cluster parent, int clusterId=-1) | ogdf::ClusterGraph | [protected] |
| edgeAdded(edge) | ogdf::ClusterGraph | [inline, protected, virtual] |
| edgeDeleted(edge) | ogdf::ClusterGraph | [inline, protected, virtual] |
| emptyClusters(SList< cluster > &emptyCluster, SList< cluster > *checkCluster=0) | ogdf::ClusterGraph | |
| emptyOnClusterDelete(cluster c) | ogdf::ClusterGraph | [inline] |
| emptyOnNodeDelete(cluster c) | ogdf::ClusterGraph | [inline] |
| firstCluster() const | ogdf::ClusterGraph | [inline] |
| firstPostOrderCluster() const | ogdf::ClusterGraph | [inline] |
| getGraph() const | ogdf::ClusterGraph | [inline] |
| GraphObserver() | ogdf::GraphObserver | [inline] |
| GraphObserver(const Graph *G) | ogdf::GraphObserver | [inline] |
| init(const Graph &G) | ogdf::ClusterGraph | |
| initGraph(const Graph &G) | ogdf::ClusterGraph | [private] |
| lastCluster() const | ogdf::ClusterGraph | [inline] |
| leftMostCluster(cluster c) const | ogdf::ClusterGraph | [protected] |
| m_adjAvailable | ogdf::ClusterGraph | [private] |
| m_allowEmptyClusters | ogdf::ClusterGraph | [private] |
| m_clusterArrayTableSize | ogdf::ClusterGraph | [private] |
| m_clusterIdCount | ogdf::ClusterGraph | [private] |
| m_clusters | ogdf::ClusterGraph | [private] |
| m_depthUpToDate | ogdf::ClusterGraph | [mutable, protected] |
| m_itGList | ogdf::GraphObserver | [protected] |
| m_itMap | ogdf::ClusterGraph | [private] |
| m_lcaNumber | ogdf::ClusterGraph | [mutable, protected] |
| m_lcaSearch | ogdf::ClusterGraph | [mutable, protected] |
| m_nClusters | ogdf::ClusterGraph | [private] |
| m_nodeMap | ogdf::ClusterGraph | [private] |
| m_pGraph | ogdf::ClusterGraph | [private] |
| m_postOrderStart | ogdf::ClusterGraph | [mutable, private] |
| m_regClusterArrays | ogdf::ClusterGraph | [mutable, private] |
| m_regObservers | ogdf::ClusterGraph | [mutable, private] |
| m_rootCluster | ogdf::ClusterGraph | [private] |
| m_updateDepth | ogdf::ClusterGraph | [mutable, protected] |
| m_vAncestor | ogdf::ClusterGraph | [mutable, protected] |
| m_wAncestor | ogdf::ClusterGraph | [mutable, protected] |
| makeAdjEntries(cluster c, LISTITERATOR start) | ogdf::ClusterGraph | [inline] |
| maxClusterIndex() const | ogdf::ClusterGraph | [inline] |
| moveCluster(cluster c, cluster newParent) | ogdf::ClusterGraph | |
| newCluster(cluster parent, int id=-1) | ogdf::ClusterGraph | |
| newCluster(int id) | ogdf::ClusterGraph | [private] |
| newCluster() | ogdf::ClusterGraph | [private] |
| nodeAdded(node v) | ogdf::ClusterGraph | [inline, protected, virtual] |
| nodeDeleted(node v) | ogdf::ClusterGraph | [inline, protected, virtual] |
| numberOfClusters() const | ogdf::ClusterGraph | [inline] |
| operator const Graph &() const | ogdf::ClusterGraph | [inline] |
| operator=(const ClusterGraph &C) | ogdf::ClusterGraph | |
| postOrder() const | ogdf::ClusterGraph | [private] |
| postOrder(cluster c, SListPure< cluster > &S) const | ogdf::ClusterGraph | [private] |
| postOrderPredecessor(cluster c) const | ogdf::ClusterGraph | [protected] |
| pullUpSubTree(cluster c) | ogdf::ClusterGraph | |
| reassignNode(node v, cluster c) | ogdf::ClusterGraph | |
| registerArray(ClusterArrayBase *pClusterArray) const | ogdf::ClusterGraph | |
| registerObserver(ClusterGraphObserver *pObserver) const | ogdf::ClusterGraph | |
| reInit(Graph &G) | ogdf::ClusterGraph | [inline] |
| reInit() | ogdf::ClusterGraph | [inline, protected, virtual] |
| reinitArrays() | ogdf::ClusterGraph | [private] |
| reinitGraph(const Graph &G) | ogdf::ClusterGraph | [private] |
| removeNodeAssignment(node v) | ogdf::ClusterGraph | [inline, private] |
| representsCombEmbedding() | ogdf::ClusterGraph | |
| reregister(const Graph *pG) | ogdf::GraphObserver | [inline] |
| rootCluster() const | ogdf::ClusterGraph | [inline] |
| semiClear() | ogdf::ClusterGraph | |
| setUpdateDepth(bool b) const | ogdf::ClusterGraph | [inline] |
| shallowCopy(const ClusterGraph &C) | ogdf::ClusterGraph | [private] |
| treeDepth() const | ogdf::ClusterGraph | [inline] |
| unassignNode(node v) | ogdf::ClusterGraph | [private] |
| unregisterArray(ListIterator< ClusterArrayBase * > it) const | ogdf::ClusterGraph | |
| unregisterObserver(ListIterator< ClusterGraphObserver * > it) const | ogdf::ClusterGraph | |
| updatePostOrder(cluster c, cluster oldParent, cluster newParent) | ogdf::ClusterGraph | [protected] |
| writeCluster(ostream &os, NodeArray< int > &nId, ClusterArray< int > &cId, int &nextId, cluster c, String ttt) | ogdf::ClusterGraph | [private] |
| writeGML(const char *fileName) | ogdf::ClusterGraph | |
| writeGML(ostream &os) | ogdf::ClusterGraph | |
| writeGraphWinCluster(ostream &os, NodeArray< int > &nId, NodeArray< String > &nStr, ClusterArray< int > &cId, ClusterArray< String > &cStr, int &nextId, cluster c, String ttt) | ogdf::ClusterGraph | [private] |
| ~ClusterGraph() | ogdf::ClusterGraph | [virtual] |
| ~GraphObserver() | ogdf::GraphObserver | [inline, virtual] |