Home
last modified time | relevance | path

Searched refs:CentralityContainer (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/graph/test/
Ddegree_centrality.cpp44 typedef typename CentralityProperty::container_type CentralityContainer; in test_undirected() typedef
51 CentralityContainer cents(num_vertices(g)); in test_undirected()
67 typedef typename CentralityProperty::container_type CentralityContainer; in test_influence() typedef
75 CentralityContainer cents(num_vertices(g)); in test_influence()
91 typedef typename CentralityProperty::container_type CentralityContainer; in test_prestige() typedef
99 CentralityContainer cents(num_vertices(g)); in test_prestige()
Dcloseness_centrality.cpp52 typedef typename CentralityProperty::container_type CentralityContainer; in test_undirected() typedef
65 CentralityContainer centralities(num_vertices(g)); in test_undirected()
89 typedef typename CentralityProperty::container_type CentralityContainer; in test_directed() typedef
102 CentralityContainer centralities(num_vertices(g)); in test_directed()
Dmean_geodesic.cpp53 typedef typename CentralityProperty::container_type CentralityContainer; in test_undirected() typedef
66 CentralityContainer centralities(num_vertices(g)); in test_undirected()
93 typedef typename CentralityProperty::container_type CentralityContainer; in test_directed() typedef
106 CentralityContainer centralities(num_vertices(g)); in test_directed()
/third_party/boost/libs/graph/example/
Dinfluence_prestige.cpp39 typedef CentralityProperty::container_type CentralityContainer; typedef
53 CentralityContainer influence(num_vertices(g)); in main()
58 CentralityContainer prestige(num_vertices(g)); in main()
Ddegree_centrality.cpp38 typedef CentralityProperty::container_type CentralityContainer; typedef
52 CentralityContainer cents(num_vertices(g)); in main()