|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Includes declaration of graph class.
BucketEdgeArray(const EdgeArray< int > &edgeArray)
Constructs a bucket function.
Abstract base class for bucket functions.
int getBucket(const edge &e) override
Returns bucket of edge e.
const EdgeArray< int > * m_pEdgeArray
Pointer to edge array.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Bucket function for edges.
Class for the representation of edges.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.