/third_party/boost/libs/graph/example/ |
D | weighted_matching_example.cpp | 19 EdgeProperty; typedef 20 typedef adjacency_list< vecS, vecS, undirectedS, no_property, EdgeProperty > 32 add_edge(1, 2, EdgeProperty(5), g); in main() 33 add_edge(0, 4, EdgeProperty(1), g); in main() 34 add_edge(1, 5, EdgeProperty(4), g); in main() 35 add_edge(2, 6, EdgeProperty(1), g); in main() 36 add_edge(3, 7, EdgeProperty(4), g); in main() 37 add_edge(4, 5, EdgeProperty(7), g); in main() 38 add_edge(6, 7, EdgeProperty(5), g); in main() 39 add_edge(4, 8, EdgeProperty(2), g); in main() [all …]
|
D | ordered_out_edges.cpp | 101 typedef property< edge_name_t, std::string > EdgeProperty; in main() 103 no_property, EdgeProperty > in main() 107 add_edge(0, 1, EdgeProperty("joe"), g); in main() 108 add_edge(1, 2, EdgeProperty("curly"), g); in main() 109 add_edge(1, 3, EdgeProperty("dick"), g); in main() 110 add_edge(1, 3, EdgeProperty("dick"), g); in main() 111 add_edge(2, 4, EdgeProperty("tom"), g); in main() 112 add_edge(3, 4, EdgeProperty("harry"), g); in main() 113 add_edge(0, 1, EdgeProperty("chandler"), g); in main()
|
D | gerdemann.cpp | 117 typedef property< edge_name_t, char > EdgeProperty; in main() 119 no_property, EdgeProperty > in main() 124 add_edge(0, 1, EdgeProperty('j'), g); in main() 125 add_edge(0, 2, EdgeProperty('c'), g); in main() 126 add_edge(0, 2, EdgeProperty('x'), g); in main() 127 add_edge(1, 3, EdgeProperty('d'), g); in main() 128 add_edge(1, 2, EdgeProperty('c'), g); in main() 129 add_edge(1, 3, EdgeProperty('d'), g); in main() 130 add_edge(2, 4, EdgeProperty('t'), g); in main() 131 add_edge(3, 4, EdgeProperty('h'), g); in main() [all …]
|
D | adjacency_list_io.cpp | 71 typedef property< e1_t, double > EdgeProperty; typedef 79 EdgeProperty > 107 readFile31 >> read(g31, readNodeProp(), EdgeProperty()); in main() 109 << write(g31, property< n3_t, MyStruct >(), EdgeProperty()) in main()
|
D | property_iterator.cpp | 65 typedef Stiff EdgeProperty; typedef 67 EdgeProperty >
|
D | graph.cpp | 26 typedef property< edge_weight_t, int > EdgeProperty; typedef 28 EdgeProperty >
|
/third_party/boost/libs/graph/test/ |
D | rcsp_custom_vertex_id.cpp | 41 class EdgeProperty class 46 EdgeProperty() {} in EdgeProperty() function in EdgeProperty 47 EdgeProperty(const int cost) : cost(cost) {} in EdgeProperty() function in EdgeProperty 51 EdgeProperty > 90 EdgeProperty e12(1); in main() 91 EdgeProperty e23(2); in main() 117 get(&EdgeProperty::id, g), v1, v2, op, ol, ResourceCont(5), LabelExt(), in main()
|
D | weighted_matching_test.cpp | 23 EdgeProperty; typedef 26 property< vertex_index_t, int >, EdgeProperty > 29 property< vertex_index_t, int >, EdgeProperty > 32 EdgeProperty > 134 vertex(src_v, g), vertex(tgt_v, g), EdgeProperty(edge_weight), g); in make_graph()
|
D | biconnected_components_test.cpp | 24 struct EdgeProperty struct 78 typedef adjacency_list< listS, vecS, undirectedS, no_property, EdgeProperty > 90 g, get(&EdgeProperty::component, g), std::back_inserter(art_points)) in test_graph()
|
/third_party/boost/boost/graph/ |
D | adjacency_list.hpp | 267 class EdgeProperty = no_property, class GraphProperty = no_property, 272 EdgeProperty, GraphProperty, EdgeListS >, 273 VertexListS, OutEdgeListS, DirectedS, VertexProperty, EdgeProperty, 278 EdgeProperty, GraphProperty, EdgeListS >, 293 typedef EdgeProperty edge_property_type; 294 typedef typename lookup_one_property< EdgeProperty, edge_bundle_t >::type 438 class DirectedS, class VertexProperty, class EdgeProperty, 442 EdgeProperty, GraphProperty, EdgeListS >&) in source() argument 448 class DirectedS, class VertexProperty, class EdgeProperty, 452 EdgeProperty, GraphProperty, EdgeListS >&) in target() argument
|
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, \ 210 typename EdgeProperty = no_property, typename GraphProperty = no_property, 215 template < typename VertexProperty, typename EdgeProperty, 217 class compressed_sparse_row_graph< directedS, VertexProperty, EdgeProperty, 230 BOOST_STATIC_ASSERT((!is_same< EdgeProperty, void >::value)); [all …]
|
D | adjacency_matrix.hpp | 72 template < typename EdgeProperty > 74 const std::pair< bool, EdgeProperty >& stored_edge, int) in get_edge_exists() 78 template < typename EdgeProperty > 80 std::pair< bool, EdgeProperty >& stored_edge, bool flag, int) in set_edge_exists() 99 template < typename EdgeProperty > 100 const EdgeProperty& get_edge_property( in get_edge_property() 101 const std::pair< bool, EdgeProperty >& stored_edge) in get_edge_property() 105 template < typename EdgeProperty > 106 EdgeProperty& get_edge_property( in get_edge_property() 107 std::pair< bool, EdgeProperty >& stored_edge) in get_edge_property() [all …]
|
D | adjacency_list_io.hpp | 111 template < class Graph_t, class VertexProperty, class EdgeProperty, 164 EdgeProperty ep; in operator ()() 278 template < class Graph_t, class EdgeProperty > struct EdgePrinter 294 PropertyPrinter< Graph, EdgeProperty > print_Edge(graph); in operator ()()
|
D | graph_utility.hpp | 402 template < typename EdgeProperty > struct add_removed_edge_property 404 add_removed_edge_property(EdgeProperty ep) : ep(ep) {} in add_removed_edge_property() 410 EdgeProperty ep;
|
D | graphviz.hpp | 846 typename EdgeProperty, typename GraphProperty, typename Vertex, 849 VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex > > 853 EdgeProperty, GraphProperty, Vertex, EdgeIndex >
|
/third_party/boost/boost/graph/distributed/ |
D | adjacency_list.hpp | 571 typename EdgeProperty, typename GraphProperty, 581 EdgeProperty> edge_property_with_id; 617 DirectedS, VertexProperty, EdgeProperty, 641 typedef EdgeProperty edge_property_type; 719 template<typename Vertex, typename LocalVertex, typename EdgeProperty> 722 maybe_store_property<EdgeProperty> 726 typedef maybe_store_property<EdgeProperty> inherited_property; 733 const EdgeProperty& property) in msg_add_edge_with_property_data() 1035 template <class EdgeProperty,class EdgeDescriptor> 1037 : public detail::parallel::maybe_store_property<EdgeProperty> [all …]
|
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, 141 typedef typename mpl::if_<is_void<EdgeProperty>, 143 EdgeProperty>::type edge_bundled; 467 typename VertexProperty, typename EdgeProperty, \ 483 directedS, VertexProperty, EdgeProperty, GraphProperty, \
|
/third_party/boost/boost/graph/detail/ |
D | compressed_sparse_row_struct.hpp | 78 template < typename EdgeProperty, typename Vertex = std::size_t, 82 compressed_sparse_row_structure< EdgeProperty, Vertex, EdgeIndex >, 83 EdgeProperty, csr_edge_descriptor< Vertex, EdgeIndex >, 88 compressed_sparse_row_structure< EdgeProperty, Vertex, EdgeIndex >, 89 EdgeProperty, csr_edge_descriptor< Vertex, EdgeIndex >,
|
D | incidence_iterator.hpp | 37 typedef typename Edge::property_type EdgeProperty; typedef
|
D | adjacency_list.hpp | 883 template < class Vertex, class EdgeProperty > 887 typedef EdgeProperty property_type; 889 list_edge(Vertex u, Vertex v, const EdgeProperty& p = EdgeProperty()) in list_edge() 893 EdgeProperty& get_property() { return m_property; } in get_property() 894 const EdgeProperty& get_property() const { return m_property; } in get_property() 900 EdgeProperty m_property; 2295 class DirectedS, class VertexProperty, class EdgeProperty, 2301 typedef typename has_property< EdgeProperty >::type has_edge_property; 2311 typedef EdgeProperty edge_property_type; 2343 list_edge< vertex_descriptor, EdgeProperty > >::type [all …]
|
/third_party/boost/libs/graph_parallel/doc/ |
D | distributed_adjacency_list.rst | 27 typename DirectedS, typename VertexProperty, typename EdgeProperty, 32 EdgeProperty, GraphProperty, EdgeListS>;
|