/third_party/boost/boost/graph/ |
D | named_graph.hpp | 53 template < typename VertexProperty > struct internal_vertex_name 82 template < typename VertexProperty > struct vertex_from_name 85 typedef typename internal_vertex_name< VertexProperty >::type 94 typedef VertexProperty result_type; 96 VertexProperty operator()(const vertex_name_type& name) in operator ()() 98 return VertexProperty(name); in operator ()() 106 template < typename VertexProperty > struct cannot_add_vertex 109 typedef typename internal_vertex_name< VertexProperty >::type 118 typedef VertexProperty result_type; 120 VertexProperty operator()(const vertex_name_type&) in operator ()() [all …]
|
D | adjacency_list.hpp | 266 class DirectedS = directedS, class VertexProperty = no_property, 271 adjacency_list< OutEdgeListS, VertexListS, DirectedS, VertexProperty, 273 VertexListS, OutEdgeListS, DirectedS, VertexProperty, EdgeProperty, 277 adjacency_list< OutEdgeListS, VertexListS, DirectedS, VertexProperty, 281 VertexProperty > 288 typedef VertexProperty vertex_property_type; 290 typename lookup_one_property< VertexProperty, vertex_bundle_t >::type 438 class DirectedS, class VertexProperty, class EdgeProperty, 441 const adjacency_list< OutEdgeListS, VertexListS, DirectedS, VertexProperty, in source() argument 448 class DirectedS, class VertexProperty, class EdgeProperty, [all …]
|
D | compressed_sparse_row_graph.hpp | 142 typename Directed, typename VertexProperty, typename EdgeProperty, \ 145 compressed_sparse_row_graph< Directed, VertexProperty, EdgeProperty, \ 148 typename VertexProperty, typename EdgeProperty, typename GraphProperty, \ 151 compressed_sparse_row_graph< directedS, VertexProperty, EdgeProperty, \ 154 typename VertexProperty, typename EdgeProperty, typename GraphProperty, \ 157 compressed_sparse_row_graph< bidirectionalS, VertexProperty, EdgeProperty, \ 209 template < typename Directed = directedS, typename VertexProperty = no_property, 215 template < typename VertexProperty, typename EdgeProperty, 217 class compressed_sparse_row_graph< directedS, VertexProperty, EdgeProperty, 220 VertexProperty, Vertex, typed_identity_property_map< Vertex > > [all …]
|
D | adjacency_list_io.hpp | 111 template < class Graph_t, class VertexProperty, class EdgeProperty, 149 VertexProperty vp; in operator ()()
|
D | graphviz.hpp | 845 template < typename Directed, typename VertexProperty, 849 VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex > > 852 typedef compressed_sparse_row_graph< Directed, VertexProperty,
|
D | adjacency_matrix.hpp | 442 template < typename Directed = directedS, typename VertexProperty = no_property, 461 typedef VertexProperty vertex_property_type; 463 typename lookup_one_property< VertexProperty, vertex_bundle_t >::type
|
/third_party/boost/libs/graph/test/ |
D | rcsp_custom_vertex_id.cpp | 28 class VertexProperty class 34 VertexProperty() {} in VertexProperty() function in VertexProperty 35 VertexProperty(const int property1, const int property2) in VertexProperty() function in VertexProperty 50 typedef adjacency_list< listS, listS, bidirectionalS, VertexProperty, 87 VertexProperty vp1(1, 1); in main() 88 VertexProperty vp2(5, 9); in main() 89 VertexProperty vp3(4, 3); in main() 116 r_c_shortest_paths(g, get(&VertexProperty::id, g), in main()
|
/third_party/boost/libs/graph/example/ |
D | property_iterator.cpp | 64 typedef Mass VertexProperty; typedef 66 typedef adjacency_list< vecS, setS, bidirectionalS, VertexProperty,
|
D | adjacency_list_io.cpp | 60 VertexProperty; typedef 78 typedef adjacency_list< setS, setS, bidirectionalS, VertexProperty,
|
D | subgraph_properties.cpp | 45 VertexProperty; in main() typedef 47 typedef subgraph< adjacency_list< vecS, vecS, directedS, VertexProperty, in main()
|
D | graph.cpp | 25 VertexProperty; typedef 27 typedef adjacency_list< vecS, vecS, bidirectionalS, VertexProperty,
|
/third_party/boost/boost/graph/distributed/ |
D | adjacency_list.hpp | 570 typename DirectedS, typename VertexProperty, 608 VertexProperty>, 609 VertexProperty>::type 617 DirectedS, VertexProperty, EdgeProperty, 633 in_distribution_type, VertexProperty, vertices_size_type, 640 typedef VertexProperty vertex_property_type; 1120 typename InDistribution, typename DirectedS, typename VertexProperty, \ 1126 DirectedS, VertexProperty, EdgeProperty, GraphProperty, \ 1131 typename InDistribution, typename VertexProperty, \ 1137 directed, VertexProperty, EdgeProperty, GraphProperty, \ [all …]
|
D | named_graph.hpp | 51 template <typename InDistribution, typename VertexProperty, typename VertexSize, 54 = typename internal_vertex_name<VertexProperty>::type> 85 template <typename InDistribution, typename VertexProperty, typename VertexSize, 87 struct select_distribution<InDistribution, VertexProperty, VertexSize, 916 template<typename VertexProperty> 918 : is_same<typename internal_vertex_name<VertexProperty>::type, void>
|
D | compressed_sparse_row_graph.hpp | 50 template<typename VertexProperty, typename EdgeProperty, 54 directedS, VertexProperty, EdgeProperty, GraphProperty, 86 typedef compressed_sparse_row_graph<directedS, VertexProperty, EdgeProperty, 138 typedef typename mpl::if_<is_void<VertexProperty>, 140 VertexProperty>::type vertex_bundled; 467 typename VertexProperty, typename EdgeProperty, \ 483 directedS, VertexProperty, EdgeProperty, GraphProperty, \
|
/third_party/boost/boost/graph/detail/ |
D | adjacency_list.hpp | 2295 class DirectedS, class VertexProperty, class EdgeProperty, 2312 typedef VertexProperty vertex_property_type; 2422 seq_stored_vertex(const VertexProperty& p) : m_property(p) {} in seq_stored_vertex() 2424 VertexProperty m_property; 2430 bidir_seq_stored_vertex(const VertexProperty& p) : m_property(p) in bidir_seq_stored_vertex() 2435 VertexProperty m_property; 2441 rand_stored_vertex(const VertexProperty& p) : m_property(p) {} in rand_stored_vertex() 2443 VertexProperty m_property; 2448 bidir_rand_stored_vertex(const VertexProperty& p) in bidir_rand_stored_vertex() 2454 VertexProperty m_property; [all …]
|
/third_party/boost/libs/graph_parallel/doc/ |
D | distributed_adjacency_list.rst | 27 typename DirectedS, typename VertexProperty, typename EdgeProperty, 31 DirectedS, VertexProperty, 883 specified in the graph's ``VertexProperty`` template argument. The
|