Representation of clusters in a clustered graph. More...
#include <ogdf/cluster/ClusterGraph.h>
Public Member Functions | |
ClusterElement (int id) | |
Creates a new cluster element. | |
Access methods | |
int | index () const |
Returns the (unique) index of the cluster. | |
int | depth () const |
Returns the depth of the cluster in the cluster tree. | |
cluster | parent () |
Returns the parent of the cluster. | |
cluster | succ () const |
Returns the successor of the cluster in the list of all clusters. | |
cluster | pred () const |
Returns the predecessor of the cluster in the list of all clusters. | |
cluster | pSucc () const |
Returns the postorder successor of the cluster in the list of all clusters. | |
cluster | pPred () const |
Returns the postorder predecessor of the cluster in the list of all clusters. | |
void | getClusterNodes (List< node > &clusterNodes) |
Returns the list of nodes in the cluster, i.e., all nodes in the subtree rooted at this cluster. | |
int | getClusterNodes (NodeArray< bool > &clusterNode) |
Sets the entry for each node v to true if v is a member of the subgraph induced by the ClusterElement. | |
Iteration over tree structure | |
Alternatively you can use the containers ClusterElement::nodes, ClusterElement::children and ClusterElement::adjEntries directly. | |
ListConstIterator< ClusterElement * > | cBegin () const |
Returns the first element in the list of child clusters. | |
ListConstIterator< ClusterElement * > | crBegin () const |
Returns the last element in the list of child clusters. | |
int | cCount () |
Returns the number of child clusters. | |
ListConstIterator< node > | nBegin () const |
Returns the first element in list of child nodes. | |
int | nCount () |
Returns the number of child nodes. | |
ListConstIterator< adjEntry > | firstAdj () const |
Returns the first adjacency entry in the list of outgoing edges. | |
ListConstIterator< adjEntry > | lastAdj () const |
Returns the last adjacency entry in the list of outgoing edges. | |
Static Public Member Functions | |
static int | compare (const ClusterElement &x, const ClusterElement &y) |
Standard Comparer (uses cluster indices). | |
Public Attributes | |
Graph object containers | |
These containers maintain the nodes and child clusters of the cluster, and provide iterators. If computed they also provide access to the sorted list of adjacency entries of edges leaving the cluster. | |
ListContainer< node, ClusterElement > | nodes |
The container containing the nodes lying (directly) in this cluster. | |
ListContainer< cluster, ClusterElement > | children |
The container containing the child clusters (children in the cluster tree) of this cluster. | |
ListContainer< adjEntry, ClusterElement > | adjEntries |
The container containing the sorted list of adjacency entries of edges leaving this cluster. | |
Private Member Functions | |
List< adjEntry > & | getAdjEntries () |
Provides access to the encapsulated list of adjacency entries (for friends of ClusterElement). | |
List< cluster > & | getChildren () |
Provides access to the encapsulated list of children (for friends of ClusterElement). | |
void | getClusterInducedNodes (List< node > &clusterNodes) |
Traverses the inclusion tree and adds nodes to clusterNodes . | |
void | getClusterInducedNodes (NodeArray< bool > &clusterNode, int &num) |
List< node > & | getNodes () |
Provides access to the encapsulated list of nodes (for friends of ClusterElement). | |
Private Attributes | |
int | m_depth |
The depth of this cluster in the cluster tree. | |
int | m_id |
The index of this cluster. | |
ListIterator< cluster > | m_it |
The position of this cluster within the children list of its parent. | |
cluster | m_parent |
The parent of this cluster. | |
cluster | m_pNext |
The postorder successor of this cluster. | |
cluster | m_pPrev |
The postorder predecessor of this cluster. | |
Private Attributes inherited from ogdf::internal::GraphElement | |
GraphElement * | m_next = nullptr |
The successor in the list. | |
GraphElement * | m_prev = nullptr |
The predecessor in the list. | |
Friends | |
class | ClusterGraph |
class | internal::GraphList< ClusterElement > |
Representation of clusters in a clustered graph.
Definition at line 51 of file ClusterGraph.h.
|
inlineexplicit |
Creates a new cluster element.
Definition at line 120 of file ClusterGraph.h.
|
inline |
Returns the first element in the list of child clusters.
Definition at line 185 of file ClusterGraph.h.
|
inline |
Returns the number of child clusters.
Definition at line 191 of file ClusterGraph.h.
|
inlinestatic |
Standard Comparer (uses cluster indices).
Definition at line 208 of file ClusterGraph.h.
|
inline |
Returns the last element in the list of child clusters.
Definition at line 188 of file ClusterGraph.h.
|
inline |
Returns the depth of the cluster in the cluster tree.
Definition at line 139 of file ClusterGraph.h.
|
inline |
Returns the first adjacency entry in the list of outgoing edges.
Definition at line 200 of file ClusterGraph.h.
Provides access to the encapsulated list of adjacency entries (for friends of ClusterElement).
Definition at line 99 of file ClusterGraph.h.
Provides access to the encapsulated list of children (for friends of ClusterElement).
Definition at line 93 of file ClusterGraph.h.
Traverses the inclusion tree and adds nodes to clusterNodes
.
Invoked by public function getClusterNodes(List<node> &clusterNodes).
|
private |
Returns the list of nodes in the cluster, i.e., all nodes in the subtree rooted at this cluster.
Recursively traverses the cluster tree starting at this cluster.
Definition at line 160 of file ClusterGraph.h.
Sets the entry for each node v to true if v is a member of the subgraph induced by the ClusterElement.
All other entries remain unchanged!
clusterNode
is a NodeArray initialized on the clustergraph this ClusterElement belongs to. Definition at line 171 of file ClusterGraph.h.
Provides access to the encapsulated list of nodes (for friends of ClusterElement).
Definition at line 96 of file ClusterGraph.h.
|
inline |
Returns the (unique) index of the cluster.
Definition at line 136 of file ClusterGraph.h.
|
inline |
Returns the last adjacency entry in the list of outgoing edges.
Definition at line 203 of file ClusterGraph.h.
|
inline |
Returns the first element in list of child nodes.
Definition at line 194 of file ClusterGraph.h.
|
inline |
Returns the number of child nodes.
Definition at line 197 of file ClusterGraph.h.
|
inline |
Returns the parent of the cluster.
Definition at line 142 of file ClusterGraph.h.
|
inline |
Returns the postorder predecessor of the cluster in the list of all clusters.
Definition at line 154 of file ClusterGraph.h.
|
inline |
Returns the predecessor of the cluster in the list of all clusters.
Definition at line 148 of file ClusterGraph.h.
|
inline |
Returns the postorder successor of the cluster in the list of all clusters.
Definition at line 151 of file ClusterGraph.h.
|
inline |
Returns the successor of the cluster in the list of all clusters.
Definition at line 145 of file ClusterGraph.h.
|
friend |
Definition at line 52 of file ClusterGraph.h.
|
friend |
Definition at line 52 of file ClusterGraph.h.
ListContainer<adjEntry, ClusterElement> ogdf::ClusterElement::adjEntries |
The container containing the sorted list of adjacency entries of edges leaving this cluster.
This list is only available (i.e., non-empty) if explicitly computed (e.g., by a cluster-planar embedding algorithm).
Definition at line 76 of file ClusterGraph.h.
ListContainer<cluster, ClusterElement> ogdf::ClusterElement::children |
The container containing the child clusters (children in the cluster tree) of this cluster.
Definition at line 70 of file ClusterGraph.h.
|
private |
The depth of this cluster in the cluster tree.
Definition at line 56 of file ClusterGraph.h.
|
private |
The index of this cluster.
Definition at line 55 of file ClusterGraph.h.
|
private |
The position of this cluster within the children list of its parent.
Definition at line 84 of file ClusterGraph.h.
|
private |
The parent of this cluster.
Definition at line 81 of file ClusterGraph.h.
|
private |
The postorder successor of this cluster.
Definition at line 83 of file ClusterGraph.h.
|
private |
The postorder predecessor of this cluster.
Definition at line 82 of file ClusterGraph.h.
ListContainer<node, ClusterElement> ogdf::ClusterElement::nodes |
The container containing the nodes lying (directly) in this cluster.
Definition at line 67 of file ClusterGraph.h.