Searched refs:arc_prop (Results 1 – 3 of 3) sorted by relevance
159 const SPPRC_Example_Graph_Arc_Prop& arc_prop = get(edge_bundle, g)[ed]; in operator ()() local162 new_cont.cost = old_cont.cost + arc_prop.cost; in operator ()()164 i_time = old_cont.time + arc_prop.time; in operator ()()
28 typedef property< edge_index_t, std::size_t, arc > arc_prop; typedef30 typedef adjacency_list< vecS, vecS, bidirectionalS, node, arc_prop > Graph;
160 const SPPRC_Example_Graph_Arc_Prop& arc_prop = get(edge_bundle, g)[ed]; in operator ()() local163 new_cont.cost = old_cont.cost + arc_prop.cost; in operator ()()165 i_time = old_cont.time + arc_prop.time; in operator ()()264 const SPPRC_Example_Graph_Arc_Prop& arc_prop = get(edge_bundle, g)[ed]; in operator ()() local267 new_cont.cost = old_cont.cost + arc_prop.cost; in operator ()()271 i_time = old_cont.time + arc_prop.time; in operator ()()