Open
Graph Drawing
Framework

 v.2010.10
 

Static Public Member Functions

ogdf::cmpWithKey Class Reference

#include <ogdf/layered/FastHierarchyLayout.h>

List of all members.

Static Public Member Functions

static int compare (const withKey &wk1, const withKey &wk2)
static bool less (const withKey &x, const withKey &y)
static bool leq (const withKey &x, const withKey &y)
static bool greater (const withKey &x, const withKey &y)
static bool geq (const withKey &x, const withKey &y)
static bool equal (const withKey &x, const withKey &y)

Detailed Description

Definition at line 97 of file FastHierarchyLayout.h.


Member Function Documentation

static int ogdf::cmpWithKey::compare ( const withKey wk1,
const withKey wk2 
) [inline, static]

Definition at line 99 of file FastHierarchyLayout.h.

static bool ogdf::cmpWithKey::equal ( const withKey x,
const withKey y 
) [inline, static]

Definition at line 104 of file FastHierarchyLayout.h.

static bool ogdf::cmpWithKey::geq ( const withKey x,
const withKey y 
) [inline, static]

Definition at line 104 of file FastHierarchyLayout.h.

static bool ogdf::cmpWithKey::greater ( const withKey x,
const withKey y 
) [inline, static]

Definition at line 104 of file FastHierarchyLayout.h.

static bool ogdf::cmpWithKey::leq ( const withKey x,
const withKey y 
) [inline, static]

Definition at line 104 of file FastHierarchyLayout.h.

static bool ogdf::cmpWithKey::less ( const withKey x,
const withKey y 
) [inline, static]

Definition at line 104 of file FastHierarchyLayout.h.


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