Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
GraphMultiArray.h
Go to the documentation of this file.
1
31#pragma once
32
33#include <ogdf/basic/Graph.h>
35
36namespace ogdf {
37
38namespace internal {
39template<typename T>
41template<typename T>
43template<typename T>
45}
46
47template<typename Key2, typename Value>
49template<typename Key2, typename Value>
51template<typename Key2, typename Value>
53
54}
Includes declaration of graph class.
Data structure for two-dimensional mappings that are sparse in the second dimension.
Data structure for two-dimensional mappings that are sparse in the second dimension.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.
Definition Graph_d.h:717
RegisteredArray for nodes, edges and adjEntries of a graph.
Definition Graph_d.h:659
The namespace for all OGDF objects.