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. More... | |
Public Member Functions inherited from ogdf::RegisteredArray< HypergraphRegistry< Key >, Value, WithDefault, Hypergraph > | |
RegisteredArray () | |
Creates a new registered array associated with no registry. More... | |
RegisteredArray (const Hypergraph &base) | |
Creates a new registered array associated with the matching registry of base . More... | |
RegisteredArray (const Hypergraph &base, const Value &def) | |
Creates a new registered array associated with the matching registry of base and initializes all values with def . More... | |
RegisteredArray (const Hypergraph *base) | |
Creates a new registered array associated with the matching registry of base . More... | |
RegisteredArray (const Hypergraph *base, const Value &def) | |
Creates a new registered array associated with the matching registry of base and initializes all values with def . More... | |
void | init (const Hypergraph &base) |
Reinitializes the array. Associates the array with the matching registry of base . More... | |
void | init (const Hypergraph &base, const Value &new_default) |
Reinitializes the array with default value new_default . More... | |
void | init (const Hypergraph *base, const Value &new_default) |
void | init (const Hypergraph *base=nullptr) |
Reinitializes the array. Associates the array with the matching registry of base . More... | |
Private Types | |
using | RA = RegisteredArray< Registry, Value, WithDefault, Hypergraph > |
RegisteredArray for nodes and edges of a hypergraph.
Definition at line 381 of file Hypergraph.h.
|
private |
Definition at line 382 of file Hypergraph.h.
|
inline |
Returns a pointer to the associated hypergraph.
Definition at line 388 of file Hypergraph.h.