Lines Matching defs:node_t
52 typedef typename GraphTraits::node_t node_t;
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,
135 node_t *n
136 = static_cast <node_t *> (m_graph.m_nodes[idx_with_min_dist]);
145 node_t *dest = succ->m_dest;
161 node_t *src = pred->m_src;
184 get_shortest_path (const node_t *other_node) const
210 get_shortest_distance (const node_t *other_node) const