|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
43 namespace energybased {
60 void make_initialisations(
double boxlength,
DPoint down_left_corner,
int grid_quotient);
65 down_left_corner = d_l_c;
The namespace for all OGDF objects.
Includes declaration of graph class.
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
DPoint down_left_corner
down left corner of drawing box
int max_gridindex
maximum index of a grid row/column
void grid_quotient(int p)
The number k of rows and colums of the grid is sqrt(|V|) / frGridQuotient() (Note that in [FrRe] frGr...
RegisteredArray for nodes, edges and adjEntries of a graph.
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.
void update_boxlength_and_cornercoordinate(double b_l, DPoint d_l_c)
Import updated information of the drawing area.
double boxlength
length of drawing box
int _grid_quotient
for coarsening the FrRe-grid
int grid_quotient() const