RegisteredArray for nodes and edges of a hypergraph. More...
#include <ogdf/hypergraph/Hypergraph.h>
Public Member Functions | |
Hypergraph * | hypergraphOf () const |
Returns a pointer to the associated hypergraph. | |
![]() | |
RegisteredArray () | |
Creates a new registered array associated with no registry. | |
RegisteredArray (const Base &base) | |
Creates a new registered array associated with the matching registry of base . | |
RegisteredArray (const Base &base, const Value &def) | |
Creates a new registered array associated with the matching registry of base and initializes all values with def . | |
RegisteredArray (const Base *base) | |
Creates a new registered array associated with the matching registry of base . | |
RegisteredArray (const Base *base, const Value &def) | |
Creates a new registered array associated with the matching registry of base and initializes all values with def . | |
void | init (const Base &base) |
Reinitializes the array. Associates the array with the matching registry of base . | |
void | init (const Base &base, const Value &new_default) |
Reinitializes the array with default value new_default . | |
void | init (const Base *base, const Value &new_default) |
void | init (const Base *base=nullptr) |
Reinitializes the array. Associates the array with the matching registry of base . | |
Private Types | |
using | RA = RegisteredArray< Registry, Value, WithDefault, Hypergraph > |
RegisteredArray for nodes and edges of a hypergraph.
Definition at line 385 of file Hypergraph.h.
|
private |
Definition at line 386 of file Hypergraph.h.
|
inline |
Returns a pointer to the associated hypergraph.
Definition at line 392 of file Hypergraph.h.