Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::StdComparer< float > Class Template Reference

#include <ogdf/basic/comparer.h>

List of all members.

Static Public Member Functions

static bool less (const float &x, const float &y)
static bool leq (const float &x, const float &y)
static bool greater (const float &x, const float &y)
static bool geq (const float &x, const float &y)
static bool equal (const float &x, const float &y)

Detailed Description

template<>
class ogdf::StdComparer< float >

Definition at line 102 of file comparer.h.


Member Function Documentation

static bool ogdf::StdComparer< float >::equal ( const float &  x,
const float &  y 
) [inline, static]

Definition at line 102 of file comparer.h.

static bool ogdf::StdComparer< float >::geq ( const float &  x,
const float &  y 
) [inline, static]

Definition at line 102 of file comparer.h.

static bool ogdf::StdComparer< float >::greater ( const float &  x,
const float &  y 
) [inline, static]

Definition at line 102 of file comparer.h.

static bool ogdf::StdComparer< float >::leq ( const float &  x,
const float &  y 
) [inline, static]

Definition at line 102 of file comparer.h.

static bool ogdf::StdComparer< float >::less ( const float &  x,
const float &  y 
) [inline, static]

Definition at line 102 of file comparer.h.


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