|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Default distance accessor for arc weights. More...
#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 |
| static const Distance_Type | Max_Distance |
Default distance accessor for arc weights.
Reads the arc "distance" directly from arc->get_info().
Definition at line 1946 of file tpl_graph_utils.H.
| typedef GT::Arc_Type Aleph::Dft_Dist< GT >::Distance_Type |
Definition at line 1950 of file tpl_graph_utils.H.
|
inline |
Definition at line 1956 of file tpl_graph_utils.H.
References GTArcCommon< ArcInfo >::get_info().
|
inline |
Definition at line 1961 of file tpl_graph_utils.H.
References GTArcCommon< ArcInfo >::get_info().
Definition at line 1966 of file tpl_graph_utils.H.
References GTArcCommon< ArcInfo >::get_info().
|
static |
Definition at line 1954 of file tpl_graph_utils.H.
|
static |
Definition at line 1952 of file tpl_graph_utils.H.