Node comparer for sorting by decreasing int values. More...
#include <ogdf/planarity/PlanarizationLayout.h>
Public Member Functions | |
| AddNodeComparer (HashArray< int, int > &ha) | |
| int | compare (const node &v1, const node &v2) const |
| bool | less (const node &x, const node &y) const |
| bool | leq (const node &x, const node &y) const |
| bool | greater (const node &x, const node &y) const |
| bool | geq (const node &x, const node &y) const |
| bool | equal (const node &x, const node &y) const |
Private Attributes | |
| HashArray< int, int > * | m_indToDeg |
Node comparer for sorting by decreasing int values.
Definition at line 398 of file PlanarizationLayout.h.
| ogdf::AddNodeComparer::AddNodeComparer | ( | HashArray< int, int > & | ha | ) | [inline] |
Definition at line 403 of file PlanarizationLayout.h.
Definition at line 405 of file PlanarizationLayout.h.
Definition at line 414 of file PlanarizationLayout.h.
Definition at line 414 of file PlanarizationLayout.h.
Definition at line 414 of file PlanarizationLayout.h.
Definition at line 414 of file PlanarizationLayout.h.
Definition at line 414 of file PlanarizationLayout.h.
HashArray<int, int>* ogdf::AddNodeComparer::m_indToDeg [private] |
Definition at line 400 of file PlanarizationLayout.h.