• Home
  • Raw
  • Download

Lines Matching refs:graph_t

45 template < typename graph_t, typename NameMap, typename MassMap,
47 bool test_graph(std::istream& dotfile, graph_t& graph,
52 template < typename graph_t >
58 graph_t g; in test_graph()
64 template < typename graph_t, typename NameMap, typename MassMap,
66 bool test_graph(std::istream& dotfile, graph_t& graph,
78 boost::ref_property_map< graph_t*, std::string > gname(
101 typename graph_traits< graph_t >::vertex_iterator i, j;
119 typename graph_traits< graph_t >::edge_iterator i, j;
175 graph_t; typedef
176 BOOST_CHECK((test_graph< graph_t >(gs, 3, masses, weight_map_t())));
185 graph_t; typedef
186 BOOST_CHECK((test_graph< graph_t >(gs, 2, masses, weight_map_t())));
199 graph_t; typedef
200 BOOST_CHECK((test_graph< graph_t >(gs, 6, mass_map_t(), weights)));
210 graph_t; typedef
212 (test_graph< graph_t >(gs, 3, masses, weight_map_t(), "nodenames")));
222 graph_t; typedef
223 BOOST_CHECK((test_graph< graph_t >(gs, 3, masses, weight_map_t())));
234 graph_t; typedef
235 BOOST_CHECK((test_graph< graph_t >(gs, 6, mass_map_t(), weights)));
248 graph_t; typedef
249 test_graph< graph_t >(gs, 3, masses, weight_map_t());
272 graph_t; typedef
273 test_graph< graph_t >(gs, 3, masses, weight_map_t());
292 graph_t; typedef
293 test_graph< graph_t >(gs, 2, mass_map_t(), weights);
308 graph_t; typedef
309 BOOST_CHECK((test_graph< graph_t >(gs, 2, mass_map_t(), weights)));
321 graph_t; typedef
323 (test_graph< graph_t >(gs, 3, masses, weight_map_t(), "", graph_name)));
334 graph_t; typedef
336 (test_graph< graph_t >(gs, 3, masses, weight_map_t(), "", graph_name)));
349 graph_t; typedef
351 (test_graph< graph_t >(gs, 3, masses, weight_map_t(), "", graph_name)));
363 graph_t; typedef
364 BOOST_CHECK((test_graph< graph_t >(gs, 2, mass_map_t(), weight_map_t())));
376 …typedef compressed_sparse_row_graph<directedS, vertex_p_bundled, edge_p_bundled, graph_p > graph_t;
377 …BOOST_CHECK((test_graph<graph_t>(gs,6,mass_map_t(),weights,"node_id","",&vertex_p_bundled::name,&v…
392 graph_t; typedef
393 graph_t g;
395 property_map< graph_t, vertex_index_t >::const_type >
398 property_map< graph_t, vertex_index_t >::const_type >
401 property_map< graph_t, edge_index_t >::const_type >