Lines Matching refs:node_t
52 typedef typename GraphTraits::node_t node_t; typedef
56 shortest_paths (const graph_t &graph, const node_t *given_node,
59 path_t get_shortest_path (const node_t *other_node) const;
60 int get_shortest_distance (const node_t *other_node) const;
91 const node_t *given_node, in shortest_paths()
135 node_t *n in shortest_paths()
136 = static_cast <node_t *> (m_graph.m_nodes[idx_with_min_dist]); in shortest_paths()
145 node_t *dest = succ->m_dest; in shortest_paths()
161 node_t *src = pred->m_src; in shortest_paths()
184 get_shortest_path (const node_t *other_node) const in get_shortest_path()
210 get_shortest_distance (const node_t *other_node) const in get_shortest_distance()