Aleph-w  1.9
General library for algorithms and data structures
Aleph::Dft_Dist< GT > Class Template Reference

#include <tpl_graph_utils.H>

Public Types

typedef GT::Arc_Type Distance_Type
 

Public Member Functions

Distance_Type & operator() (typename GT::Arc *a) const
 
Distance_Type & operator() (typename GT::Arc *a, typename GT::Node *) const
 

Static Public Member Functions

static void set_zero (typename GT::Arc *a)
 

Static Public Attributes

static const Distance_Type Zero_Distance = 0.0
 
static const Distance_Type Max_Distance
 

Detailed Description

template<class GT>
class Aleph::Dft_Dist< GT >

Default class for accessing to the distance of arcs.

It assumes that the distance is directly the get_info() return value.

Member Data Documentation

◆ Max_Distance

template<class GT>
const Dft_Dist< GT >::Distance_Type Aleph::Dft_Dist< GT >::Max_Distance
static
Initial value:
=
std::numeric_limits<typename Dft_Dist<GT>::Distance_Type>::max()

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

Leandro Rabindranath León