Home
last modified time | relevance | path

Searched refs:DistanceProperty (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/graph/test/
Dcloseness_centrality.cpp55 typedef exterior_vertex_property< Graph, int > DistanceProperty; in test_undirected() typedef
56 typedef typename DistanceProperty::matrix_type DistanceMatrix; in test_undirected()
57 typedef typename DistanceProperty::matrix_map_type DistanceMatrixMap; in test_undirected()
92 typedef exterior_vertex_property< Graph, int > DistanceProperty; in test_directed() typedef
93 typedef typename DistanceProperty::matrix_type DistanceMatrix; in test_directed()
94 typedef typename DistanceProperty::matrix_map_type DistanceMatrixMap; in test_directed()
Deccentricity.cpp54 typedef exterior_vertex_property< Graph, int > DistanceProperty; in test_undirected() typedef
55 typedef typename DistanceProperty::matrix_type DistanceMatrix; in test_undirected()
56 typedef typename DistanceProperty::matrix_map_type DistanceMatrixMap; in test_undirected()
95 typedef exterior_vertex_property< Graph, int > DistanceProperty; in test_directed() typedef
96 typedef typename DistanceProperty::matrix_type DistanceMatrix; in test_directed()
97 typedef typename DistanceProperty::matrix_map_type DistanceMatrixMap; in test_directed()
Dmean_geodesic.cpp56 typedef exterior_vertex_property< Graph, int > DistanceProperty; in test_undirected() typedef
57 typedef typename DistanceProperty::matrix_type DistanceMatrix; in test_undirected()
58 typedef typename DistanceProperty::matrix_map_type DistanceMatrixMap; in test_undirected()
96 typedef exterior_vertex_property< Graph, int > DistanceProperty; in test_directed() typedef
97 typedef typename DistanceProperty::matrix_type DistanceMatrix; in test_directed()
98 typedef typename DistanceProperty::matrix_map_type DistanceMatrixMap; in test_directed()
/third_party/boost/libs/graph/example/
Dcloseness_centrality.cpp38 typedef exterior_vertex_property< Graph, int > DistanceProperty; typedef
39 typedef DistanceProperty::matrix_type DistanceMatrix;
40 typedef DistanceProperty::matrix_map_type DistanceMatrixMap;
Dmean_geodesic.cpp37 typedef exterior_vertex_property< Graph, int > DistanceProperty; typedef
38 typedef DistanceProperty::matrix_type DistanceMatrix;
39 typedef DistanceProperty::matrix_map_type DistanceMatrixMap;
Deccentricity.cpp37 typedef exterior_vertex_property< Graph, int > DistanceProperty; typedef
38 typedef DistanceProperty::matrix_type DistanceMatrix;
39 typedef DistanceProperty::matrix_map_type DistanceMatrixMap;
Dscaled_closeness_centrality.cpp64 typedef exterior_vertex_property< Graph, int > DistanceProperty; typedef
65 typedef DistanceProperty::matrix_type DistanceMatrix;
66 typedef DistanceProperty::matrix_map_type DistanceMatrixMap;
Dinclusive_mean_geodesic.cpp69 typedef exterior_vertex_property< Graph, float > DistanceProperty; typedef
70 typedef DistanceProperty::matrix_type DistanceMatrix;
71 typedef DistanceProperty::matrix_map_type DistanceMatrixMap;