RegisteredArray for nodes, edges and adjEntries of a graph.
More...
#include <ogdf/basic/Graph_d.h>
|
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 Value &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 Value &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 Value &new_default) |
| Reinitializes the array with default value new_default . More...
|
|
void | init (const Graph *base, const Value &new_default) |
|
void | init (const Graph *base=nullptr) |
| Reinitializes the array. Associates the array with the matching registry of base . More...
|
|
template<typename Key, typename Value, bool WithDefault, typename Registry = GraphRegistry<Key>>
class ogdf::internal::GraphRegisteredArray< Key, Value, WithDefault, Registry >
RegisteredArray for nodes, edges and adjEntries of a graph.
Definition at line 658 of file Graph_d.h.
◆ RA
template<typename Key , typename Value , bool WithDefault, typename Registry = GraphRegistry<Key>>
◆ graphOf()
template<typename Key , typename Value , bool WithDefault, typename Registry = GraphRegistry<Key>>
Returns a pointer to the associated graph.
Definition at line 665 of file Graph_d.h.
The documentation for this class was generated from the following file: