#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 |
Default class for accessing to the distance of arcs.
It assumes that the distance is directly the get_info() return value.
|
static |