Stores a pair of an integer and a double. More...
#include <ogdf/layered/FastHierarchyLayout.h>
Public Member Functions | |
| withKey & | operator= (const withKey &wk) |
Public Attributes | |
| int | element |
| double | key |
Friends | |
| ostream & | operator<< (ostream &out, const withKey &wk) |
| istream & | operator>> (istream &in, withKey &wk) |
Stores a pair of an integer and a double.
This class is used by the class kList.
Definition at line 65 of file FastHierarchyLayout.h.
Definition at line 72 of file FastHierarchyLayout.h.
| ostream& operator<< | ( | ostream & | out, |
| const withKey & | wk | ||
| ) | [friend] |
Definition at line 77 of file FastHierarchyLayout.h.
| istream& operator>> | ( | istream & | in, |
| withKey & | wk | ||
| ) | [friend] |
Definition at line 81 of file FastHierarchyLayout.h.
Definition at line 69 of file FastHierarchyLayout.h.
| double ogdf::withKey::key |
Definition at line 70 of file FastHierarchyLayout.h.