Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::ClusterGraph Member List

This is the complete list of members for ogdf::ClusterGraph, including all inherited members.

adjAvailable(bool val)ogdf::ClusterGraphinline
adjEdges(cluster c, EDGELIST &edges) constogdf::ClusterGraphinline
adjEntries(cluster c, ADJLIST &entries) constogdf::ClusterGraphinline
allClusters(CLUSTERLIST &clusterList) constogdf::ClusterGraphinline
assignNode(node v, cluster C)ogdf::ClusterGraphprivate
clear()ogdf::ClusterGraph
clearClusterTree(cluster C)ogdf::ClusterGraph
clearClusterTree(cluster c, List< node > &attached)ogdf::ClusterGraphprivate
cleared() overrideogdf::ClusterGraphinlineprotectedvirtual
cluster_iterator typedefogdf::ClusterGraph
clusterArrayTableSize() constogdf::ClusterGraphinline
clusterDepth(cluster c) constogdf::ClusterGraphinline
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
clusterOf(node v) constogdf::ClusterGraphinline
clustersogdf::ClusterGraph
collapse(NODELIST &nodes, Graph &G)ogdf::ClusterGraphinline
commonCluster(SList< node > &nodes)ogdf::ClusterGraph
commonCluster(node v, node w) constogdf::ClusterGraphinline
commonClusterAncestorsPath(node v, node w, cluster &c1, cluster &c2, List< cluster > &eL) constogdf::ClusterGraph
commonClusterLastAncestors(node v, node w, cluster &c1, cluster &c2) constogdf::ClusterGraphinline
commonClusterPath(node v, node w, List< cluster > &eL) constogdf::ClusterGraphinline
computeSubTreeDepth(cluster c) constogdf::ClusterGraph
constGraph() constogdf::ClusterGraphinline
constructClusterTree(const ClusterGraph &C, const Graph &G, ClusterArray< cluster > &originalClusterTable, std::function< node(node)> nodeMap=[](node v) { return v;})ogdf::ClusterGraphprivate
copyLCA(const ClusterGraph &C)ogdf::ClusterGraphprotected
createCluster(SList< node > &nodes, const cluster parent=nullptr)ogdf::ClusterGraph
createEmptyCluster(const cluster parent=nullptr, int clusterId=-1)ogdf::ClusterGraph
deepCopy(const ClusterGraph &C, Graph &G)ogdf::ClusterGraphprivate
deepCopy(const ClusterGraph &C, Graph &G, ClusterArray< cluster > &originalClusterTable, NodeArray< node > &originalNodeTable)ogdf::ClusterGraphprivate
deepCopy(const ClusterGraph &C, Graph &G, ClusterArray< cluster > &originalClusterTable, NodeArray< node > &originalNodeTable, EdgeArray< edge > &edgeCopy)ogdf::ClusterGraphprivate
delCluster(cluster c)ogdf::ClusterGraph
doClear()ogdf::ClusterGraphprotected
doCreateCluster(SList< node > &nodes, const cluster parent, int clusterId=-1)ogdf::ClusterGraphprotected
doCreateCluster(SList< node > &nodes, SList< cluster > &emptyCluster, const cluster parent, int clusterId=-1)ogdf::ClusterGraphprotected
edgeAdded(edge) overrideogdf::ClusterGraphinlineprotectedvirtual
edgeDeleted(edge) overrideogdf::ClusterGraphinlineprotectedvirtual
emptyClusters(SList< cluster > &emptyCluster, SList< cluster > *checkCluster=nullptr)ogdf::ClusterGraph
emptyOnClusterDelete(cluster c)ogdf::ClusterGraphinline
emptyOnNodeDelete(cluster c)ogdf::ClusterGraphinline
fillEmptyClusters(SList< cluster > &emptyCluster, const T &clusterList) constogdf::ClusterGraphinlineprivate
firstCluster() constogdf::ClusterGraphinline
firstPostOrderCluster() constogdf::ClusterGraphinline
getGraph() constogdf::GraphObserverinline
GraphObserver()ogdf::GraphObserverinline
GraphObserver(const Graph *G)ogdf::GraphObserverinlineexplicit
init(const Graph &G)ogdf::ClusterGraph
initGraph(const Graph &G)ogdf::ClusterGraphprivate
lastCluster() constogdf::ClusterGraphinline
leftMostCluster(cluster c) constogdf::ClusterGraphprotected
m_adjAvailableogdf::ClusterGraphprivate
m_allowEmptyClustersogdf::ClusterGraphprivate
m_clusterArrayTableSizeogdf::ClusterGraphprivate
m_clusterIdCountogdf::ClusterGraphprivate
m_depthUpToDateogdf::ClusterGraphmutableprotected
m_itGListogdf::GraphObserverprotected
m_itMapogdf::ClusterGraphprivate
m_lcaNumberogdf::ClusterGraphmutableprotected
m_lcaSearchogdf::ClusterGraphmutableprotected
m_mutexRegArraysogdf::ClusterGraphmutableprivate
m_nodeMapogdf::ClusterGraphprivate
m_pGraphogdf::ClusterGraphprivate
m_postOrderStartogdf::ClusterGraphmutableprivate
m_regClusterArraysogdf::ClusterGraphmutableprivate
m_regObserversogdf::ClusterGraphmutableprivate
m_rootClusterogdf::ClusterGraphprivate
m_updateDepthogdf::ClusterGraphmutableprotected
m_vAncestorogdf::ClusterGraphmutableprotected
m_wAncestorogdf::ClusterGraphmutableprotected
makeAdjEntries(cluster c, LISTITERATOR start)ogdf::ClusterGraphinline
maxClusterIndex() constogdf::ClusterGraphinline
moveCluster(cluster c, cluster newParent)ogdf::ClusterGraph
moveRegisterArray(ListIterator< ClusterArrayBase * > it, ClusterArrayBase *pClusterArray) constogdf::ClusterGraph
newCluster(cluster parent, int id=-1)ogdf::ClusterGraph
newCluster(int id)ogdf::ClusterGraphprivate
newCluster()ogdf::ClusterGraphprivate
nodeAdded(node v) overrideogdf::ClusterGraphinlineprotectedvirtual
nodeDeleted(node v) overrideogdf::ClusterGraphprotectedvirtual
numberOfClusters() constogdf::ClusterGraphinline
operator const Graph &() constogdf::ClusterGraphinline
operator=(const ClusterGraph &C)ogdf::ClusterGraph
postOrder() constogdf::ClusterGraphprivate
postOrder(cluster c, SListPure< cluster > &S) constogdf::ClusterGraphprivate
postOrderPredecessor(cluster c) constogdf::ClusterGraphprotected
pullUpSubTree(cluster c)ogdf::ClusterGraph
reassignNode(node v, cluster c)ogdf::ClusterGraph
recurseClearClusterTreeOnChildren(cluster c, List< node > &attached)ogdf::ClusterGraphinlineprivate
registerArray(ClusterArrayBase *pClusterArray) constogdf::ClusterGraph
registerObserver(ClusterGraphObserver *pObserver) constogdf::ClusterGraph
reInit(Graph &G)ogdf::ClusterGraphinline
reinitArrays()ogdf::ClusterGraphprivate
reinitGraph(const Graph &G)ogdf::ClusterGraphprivate
removeNodeAssignment(node v)ogdf::ClusterGraphinlineprivate
representsCombEmbedding() constogdf::ClusterGraph
reregister(const Graph *pG)ogdf::GraphObserverinline
rootCluster() constogdf::ClusterGraphinline
setUpdateDepth(bool b) constogdf::ClusterGraphinline
shallowCopy(const ClusterGraph &C)ogdf::ClusterGraphprivate
treeDepth() constogdf::ClusterGraph
unassignNode(node v)ogdf::ClusterGraphprivate
unregisterArray(ListIterator< ClusterArrayBase * > it) constogdf::ClusterGraph
unregisterObserver(ListIterator< ClusterGraphObserver * > it) constogdf::ClusterGraph
updatePostOrder(cluster c, cluster oldParent, cluster newParent)ogdf::ClusterGraphprotected
~ClusterGraph()ogdf::ClusterGraphvirtual
~GraphObserver()ogdf::GraphObserverinlinevirtual