|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
41 class DynamicSPQRTree;
81 const SPQRTree& owner()
const override;
87 node original(
node v)
const override;
94 edge realEdge(
edge e)
const override;
107 edge twinEdge(
edge e)
const override;
114 node twinTreeNode(
edge e)
const override;
The namespace for all OGDF objects.
Includes declaration of graph class.
Skeleton graphs of nodes in a dynamic SPQR-tree.
Linear-time implementation of dynamic SPQR-trees.
Linear-time implementation of static SPQR-trees.
#define OGDF_NEW_DELETE
Makes the class use OGDF's memory allocator.
Declaration of class Skeleton.
EdgeArray< edge > m_origEdge
corresp.
RegisteredArray for nodes, edges and adjEntries of a graph.
bool isVirtual(edge e) const override
Returns true iff e is a virtual edge.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
NodeArray< node > m_origNode
corresp.
Class for the representation of edges.
Skeleton graphs of nodes in an SPQR-tree.
Class for the representation of nodes.
Declaration of memory manager for allocating small pieces of memory.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.
const DynamicSPQRTree * m_owner
owner tree