37namespace 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;
Basic declarations, included by all source files.
Helping data structure for MAARPacking.
friend std::istream & operator>>(std::istream &input, PackingRowInfo &A)
Inputstream for PackingRowInfo.
void set_total_width(double w)
int row_index
the index of the row (first row in packing has index 0)
void set_max_height(double h)
friend std::ostream & operator<<(std::ostream &output, const PackingRowInfo &A)
Outputstream for PackingRowInfo.
double total_width
the sum of the width of all rectsngles in this row
void set_row_index(int i)
double max_height
the maximum height of a rectangle placed in this row
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.