Aleph-w  1.9
General library for algorithms and data structures
Aleph::Distance_Compare< GT, Distance > Struct Template Reference

#include <tpl_graph_utils.H>

Public Member Functions

 Distance_Compare (Distance __dist=Distance())
 
bool operator() (typename GT::Arc *a1, typename GT::Arc *a2) const
 

Public Attributes

Distance dist
 

Detailed Description

template<class GT, class Distance>
struct Aleph::Distance_Compare< GT, Distance >

Comparison functor for arc distances.

Used by Dijkstra and Prim algorithms in combination with a heap of arcs


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

Leandro Rabindranath León