100 if (
vCopy ==
nullptr) {
Declaration and implementation of EdgeArray class.
Declaration and implementation of NodeArray class.
Declaration of singly linked lists and iterators.
The parameterized class Array implements dynamic arrays of type E.
Dynamic arrays indexed with edges.
Class for the representation of edges.
Represents expansion graph of each biconnected component of a given digraph, i.e.,...
void setOriginal(node vCopy, node vOriginal)
Array< SListPure< edge > > m_component
ExpansionGraph(const Graph &G)
const SList< int > & adjacentComponents(node v) const
node representative(node v) const
EdgeArray< int > m_compNum
node original(node v) const
void init(const Graph &G)
EdgeArray< edge > m_eOrig
void setComponentNumber(edge e, int i)
NodeArray< SList< int > > m_adjComponents
const SListPure< edge > & component(int i) const
edge original(edge e) const
int componentNumber(edge e) const
NodeArray< node > m_vOrig
NodeArray< node > m_vCopy
Data type for general directed graphs (adjacency list representation).
Dynamic arrays indexed with nodes.
Class for the representation of nodes.
Singly linked lists (maintaining the length of the list).
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.