RegisteredArray for edges of a graph, specialized for EdgeArray<edge>. More...
#include <ogdf/basic/Graph_d.h>
Inheritance diagram for ogdf::internal::EdgeArrayBase2< Value, WithDefault >:Additional Inherited Members | |
Public Member Functions inherited from ogdf::internal::EdgeArrayBase1< Value, WithDefault > | |
| Value & | operator() (adjEntry adj) |
Returns a reference to the element associated with the edge corresponding to adj. | |
| const Value & | operator() (adjEntry adj) const |
Returns a const reference to the element associated with the edge corresponding to adj. | |
| Value & | operator[] (adjEntry adj) |
Returns a reference to the element associated with the edge corresponding to adj. | |
| const Value & | operator[] (adjEntry adj) const |
Returns a const reference to the element associated with the edge corresponding to adj. | |
Public Member Functions inherited from ogdf::internal::GraphRegisteredArray< EdgeElement, Value, WithDefault > | |
| Graph * | graphOf () const |
| Returns a pointer to the associated graph. | |
Public Member Functions inherited from ogdf::RegisteredArray< Registry, Value, WithDefault, Base > | |
| 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. | |
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.