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