|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Distance accessor functor for Dijkstra algorithm. More...
Public Types | |
| using | Distance_Type = double |
Public Member Functions | |
| double | operator() (CityGraph::Arc *arc) const |
Distance accessor functor for Dijkstra algorithm.
This functor tells Dijkstra how to read the weight from an arc. It must define:
Definition at line 150 of file dijkstra_example.cc.
Definition at line 152 of file dijkstra_example.cc.
|
inline |
Definition at line 154 of file dijkstra_example.cc.