|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Includes declaration of graph class.
std::vector< bool > m_adjacencies
An entry is true iff the corresponding nodes are adjacent.
RegisteredArray for nodes, edges and adjEntries of a graph.
Data type for general directed graphs (adjacency list representation).
~AdjacencyOracle()
The destructor.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
NodeArray< int > m_nodeNum
The internal number given to each node.
Tells you in constant time if two nodes are adjacent.
Class for the representation of nodes.