Public Member Functions | |
| Group (RadialTreeLayout *data, node v) | |
| bool | isSameType (node v) const |
| void | append (node v) |
| double | add () const |
| node | leftVertex () const |
| node | rightVertex () const |
Public Attributes | |
| RadialTreeLayout * | m_data |
| bool | m_leafGroup |
| SListPure< node > | m_nodes |
| double | m_sumD |
| double | m_sumW |
| double | m_leftAdd |
| double | m_rightAdd |
Definition at line 124 of file RadialTreeLayout.h.
| ogdf::RadialTreeLayout::Group::Group | ( | RadialTreeLayout * | data, | |
| node | v | |||
| ) | [inline] |
Definition at line 135 of file RadialTreeLayout.h.
| double ogdf::RadialTreeLayout::Group::add | ( | ) | const [inline] |
Definition at line 154 of file RadialTreeLayout.h.
| void ogdf::RadialTreeLayout::Group::append | ( | node | v | ) | [inline] |
Definition at line 148 of file RadialTreeLayout.h.
| bool ogdf::RadialTreeLayout::Group::isSameType | ( | node | v | ) | const [inline] |
Definition at line 144 of file RadialTreeLayout.h.
| node ogdf::RadialTreeLayout::Group::leftVertex | ( | ) | const [inline] |
Definition at line 155 of file RadialTreeLayout.h.
| node ogdf::RadialTreeLayout::Group::rightVertex | ( | ) | const [inline] |
Definition at line 156 of file RadialTreeLayout.h.
Definition at line 126 of file RadialTreeLayout.h.
Definition at line 128 of file RadialTreeLayout.h.
Definition at line 132 of file RadialTreeLayout.h.
Definition at line 129 of file RadialTreeLayout.h.
Definition at line 133 of file RadialTreeLayout.h.
Definition at line 130 of file RadialTreeLayout.h.
Definition at line 131 of file RadialTreeLayout.h.