RegisteredArray for labeling the clusters of a ClusterGraph. More...
#include <ogdf/cluster/ClusterGraph.h>
Public Member Functions | |
ClusterArrayBase ()=default | |
Default Constructor. More... | |
ClusterArrayBase (const ClusterGraph &C, const Value &def, int size) | |
Creates a new cluster array with initial capacity size . More... | |
ClusterGraph * | graphOf () const |
Returns a pointer to the associated cluster graph. More... | |
Private Types | |
using | RA = RegisteredArray< ClusterGraph, Value, WithDefault > |
RegisteredArray for labeling the clusters of a ClusterGraph.
Definition at line 311 of file ClusterGraph.h.
|
private |
Definition at line 958 of file ClusterGraph.h.
|
default |
Default Constructor.
|
inline |
Creates a new cluster array with initial capacity size
.
Definition at line 967 of file ClusterGraph.h.
|
inline |
Returns a pointer to the associated cluster graph.
Definition at line 972 of file ClusterGraph.h.