|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
37 namespace energybased {
44 output <<
" max_height " <<
A.max_height <<
" total_width " <<
A.total_width
45 <<
" row_index " <<
A.row_index;
51 input >>
A.max_height >>
A.total_width >>
A.row_index;
Helping data structure for MAARPacking.
The namespace for all OGDF objects.
void set_max_height(double h)
double max_height
the maximum height of a rectangle placed in this row
void set_row_index(int i)
friend std::istream & operator>>(std::istream &input, PackingRowInfo &A)
Inputstream for PackingRowInfo.
friend std::ostream & operator<<(std::ostream &output, const PackingRowInfo &A)
Outputstream for PackingRowInfo.
int row_index
the index of the row (first row in packing has index 0)
double total_width
the sum of the width of all rectsngles in this row
void set_total_width(double w)