|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
42 class CoinPackedMatrix;
45 class GraphAttributes;
75 static bool solveLP(
int cols,
const CoinPackedMatrix& Matrix,
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
Includes declaration of graph class.
Tutte's layout algorithm.
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
Declaration of interface for layout algorithms (class LayoutModule)
Definition of ogdf::CoinManager.
Rectangles with real coordinates.
Doubly linked lists (maintaining the length of the list).
Data type for general directed graphs (adjacency list representation).
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration and implementation of Array class and Array algorithms.
void bbox(const DRect &bb)
Interface of general layout algorithms.