10 #define GTL_DIJKSTRA_H
106 void store_preds(
bool set);
165 bool store_preds()
const;
174 bool reached(
const node&
n)
const;
202 node predecessor_node(
const node&
n)
const;
221 edge predecessor_edge(
const node&
n)
const;
237 shortest_path_node_iterator shortest_path_nodes_begin(
const node&
dest);
253 shortest_path_node_iterator shortest_path_nodes_end(
const node&
dest);
269 shortest_path_edge_iterator shortest_path_edges_begin(
const node&
dest);
285 shortest_path_edge_iterator shortest_path_edges_end(
const node&
dest);
297 virtual void reset();
392 void reset_algorithm();
405 void fill_node_list(
const node&
t);
412 void fill_edge_list(
const node&
t);
417 #endif // GTL_DIJKSTRA_H