Helping data structure for MAARPacking.
More...
#include <ogdf/energybased/fmmm/maar_packing/PackingRowInfo.h>
|
| double | max_height |
| | the maximum height of a rectangle placed in this row
|
| |
| 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
|
| |
Helping data structure for MAARPacking.
Definition at line 41 of file PackingRowInfo.h.
◆ PackingRowInfo()
| ogdf::energybased::fmmm::PackingRowInfo::PackingRowInfo |
( |
| ) |
|
|
inline |
◆ get_max_height()
| double ogdf::energybased::fmmm::PackingRowInfo::get_max_height |
( |
| ) |
|
|
inline |
◆ get_row_index()
| int ogdf::energybased::fmmm::PackingRowInfo::get_row_index |
( |
| ) |
|
|
inline |
◆ get_total_width()
| double ogdf::energybased::fmmm::PackingRowInfo::get_total_width |
( |
| ) |
|
|
inline |
◆ set_max_height()
| void ogdf::energybased::fmmm::PackingRowInfo::set_max_height |
( |
double |
h | ) |
|
|
inline |
◆ set_row_index()
| void ogdf::energybased::fmmm::PackingRowInfo::set_row_index |
( |
int |
i | ) |
|
|
inline |
◆ set_total_width()
| void ogdf::energybased::fmmm::PackingRowInfo::set_total_width |
( |
double |
w | ) |
|
|
inline |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & |
output, |
|
|
const PackingRowInfo & |
A |
|
) |
| |
|
friend |
◆ operator>>
| std::istream & operator>> |
( |
std::istream & |
input, |
|
|
PackingRowInfo & |
A |
|
) |
| |
|
friend |
◆ max_height
| double ogdf::energybased::fmmm::PackingRowInfo::max_height |
|
private |
the maximum height of a rectangle placed in this row
Definition at line 76 of file PackingRowInfo.h.
◆ row_index
| int ogdf::energybased::fmmm::PackingRowInfo::row_index |
|
private |
the index of the row (first row in packing has index 0)
Definition at line 78 of file PackingRowInfo.h.
◆ total_width
| double ogdf::energybased::fmmm::PackingRowInfo::total_width |
|
private |
the sum of the width of all rectsngles in this row
Definition at line 77 of file PackingRowInfo.h.
The documentation for this class was generated from the following file: