#include <ogdf/basic/Graph_d.h>
Public Member Functions | |
adjEntry | mapEndpoint (adjEntry adj) const |
Map a source/target adjEntry to the source/target adjEntry of the corresponding edges. More... | |
![]() | |
edge & | operator() (adjEntry adj) |
Returns a reference to the element associated with the edge corresponding to adj . More... | |
const edge & | operator() (adjEntry adj) const |
Returns a const reference to the element associated with the edge corresponding to adj . More... | |
edge & | operator[] (adjEntry adj) |
Returns a reference to the element associated with the edge corresponding to adj . More... | |
const edge & | operator[] (adjEntry adj) const |
Returns a const reference to the element associated with the edge corresponding to adj . More... | |
![]() | |
Graph * | graphOf () const |
Returns a pointer to the associated graph. More... | |
![]() | |
RegisteredArray () | |
Creates a new registered array associated with no registry. More... | |
RegisteredArray (const Graph &base) | |
Creates a new registered array associated with the matching registry of base . More... | |
RegisteredArray (const Graph &base, const edge &def) | |
Creates a new registered array associated with the matching registry of base and initializes all values with def . More... | |
RegisteredArray (const Graph *base) | |
Creates a new registered array associated with the matching registry of base . More... | |
RegisteredArray (const Graph *base, const edge &def) | |
Creates a new registered array associated with the matching registry of base and initializes all values with def . More... | |
void | init (const Graph &base) |
Reinitializes the array. Associates the array with the matching registry of base . More... | |
void | init (const Graph &base, const edge &new_default) |
Reinitializes the array with default value new_default . More... | |
void | init (const Graph *base, const edge &new_default) |
void | init (const Graph *base=nullptr) |
Reinitializes the array. Associates the array with the matching registry of base . More... | |
Private Types | |
using | EA = EdgeArrayBase1< edge, WithDefault > |
|
private |
|
inline |