|
| adjEntry | mapEndpoint (adjEntry adj) const |
| | Map a source/target adjEntry to the source/target adjEntry of the corresponding edges.
|
| |
| edge & | operator() (adjEntry adj) |
| | Returns a reference to the element associated with the edge corresponding to adj.
|
| |
| const edge & | operator() (adjEntry adj) const |
| | Returns a const reference to the element associated with the edge corresponding to adj.
|
| |
| edge & | operator[] (adjEntry adj) |
| | Returns a reference to the element associated with the edge corresponding to adj.
|
| |
| const edge & | operator[] (adjEntry adj) const |
| | Returns a const reference to the element associated with the edge corresponding to adj.
|
| |
| Graph * | graphOf () const |
| | Returns a pointer to the associated graph.
|
| |
| | 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.
|
| |
template<bool WithDefault>
class ogdf::internal::EdgeArrayBase2< edge, WithDefault >
Definition at line 723 of file Graph_d.h.