 |
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Includes declaration of graph class.
virtual ~AugmentationModule()
int numberOfAddedEdges() const
Returns the number of added edges.
AugmentationModule()
Initializes an augmentation module.
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
void operator()(Graph &G)
Calls the augmentation module for graph G.
Data type for general directed graphs (adjacency list representation).
The base class for graph augmentation algorithms.
void operator()(Graph &G, List< edge > &L)
Calls the augmentation module for graph G.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
Declaration of doubly linked lists and iterators.
int size() const
Returns the number of elements in the list.
Declaration of memory manager for allocating small pieces of memory.
void call(Graph &G, List< edge > &L)
Calls the augmentation module for graph G.
void call(Graph &G)
Calls the augmentation module for graph G.