Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::withKey Class Reference

Stores a pair of an integer and a double. More...

#include <ogdf/layered/FastHierarchyLayout.h>

List of all members.

Public Member Functions

withKeyoperator= (const withKey &wk)

Public Attributes

int element
double key

Friends

ostream & operator<< (ostream &out, const withKey &wk)
istream & operator>> (istream &in, withKey &wk)

Detailed Description

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.


Member Function Documentation

withKey& ogdf::withKey::operator= ( const withKey wk) [inline]

Definition at line 72 of file FastHierarchyLayout.h.


Friends And Related Function Documentation

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.


Member Data Documentation

Definition at line 69 of file FastHierarchyLayout.h.

Definition at line 70 of file FastHierarchyLayout.h.


The documentation for this class was generated from the following file: