Home
last modified time | relevance | path

Searched refs:graph_property (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/graph/
Dproperties.hpp252 template < class Graph, class Property > class graph_property class
346 typename graph_property< Graph, graph_bundle_t >::type& get_property(
350 typename graph_property< Graph, graph_bundle_t >::type const& get_property(
357 inline typename graph_property< Graph, graph_bundle_t >::type& get_property( in get_property()
364 inline typename graph_property< Graph, graph_bundle_t >::type const&
Dgraphviz.hpp189 typename graph_property< Graph, graph_graph_attribute_t >::type,
190 typename graph_property< Graph, graph_vertex_attribute_t >::type,
191 typename graph_property< Graph, graph_edge_attribute_t >::type >
194 typedef typename graph_property< Graph, graph_graph_attribute_t >::type in make_graph_attributes_writer()
196 typedef typename graph_property< Graph, graph_vertex_attribute_t >::type in make_graph_attributes_writer()
199 typename graph_property< Graph, graph_edge_attribute_t >::type EAttrMap; in make_graph_attributes_writer()
347 typedef typename graph_property< Graph, graph_name_t >::type NameType; in write_graphviz_subgraph()
Dadjacency_list.hpp423 inline typename graph_property< ADJLIST, Tag >::type& get_property( in get_property()
430 inline typename graph_property< ADJLIST, Tag >::type const& get_property( in get_property()
Dreverse_graph.hpp646 const typename graph_property< BidirectionalGraph, Tag >::type&,
647 typename graph_property< BidirectionalGraph, Tag >::type& >::type
Ddirected_graph.hpp701 typename graph_property< DIRECTED_GRAPH, Property >::type& get_property( in get_property()
708 typename graph_property< DIRECTED_GRAPH, Property >::type const& get_property( in get_property()
Dundirected_graph.hpp726 inline typename graph_property< UNDIRECTED_GRAPH, Property >::type&
733 inline typename graph_property< UNDIRECTED_GRAPH, Property >::type const&
Dsubgraph.hpp1164 inline typename graph_property< G, Tag >::type& get_property( in get_property()
1171 inline const typename graph_property< G, Tag >::type& get_property( in get_property()
Dadjacency_matrix.hpp1216 typename graph_property< adjacency_matrix< D, VP, EP, GP, A >, Tag >::type&
1224 inline const typename graph_property< adjacency_matrix< D, VP, EP, GP, A >,
Dcompressed_sparse_row_graph.hpp1385 inline typename graph_property< BOOST_CSR_GRAPH_TYPE, Tag >::type& get_property( in get_property()
1392 inline const typename graph_property< BOOST_CSR_GRAPH_TYPE, Tag >::type&
/third_party/boost/libs/graph/example/
Dkruskal-telephone.cpp61 graph_property< GraphvizGraph, graph_edge_attribute_t >::type& in main()
Dprim-telephone.cpp65 graph_property< GraphvizGraph, graph_edge_attribute_t >::type& in main()
DJamfile.v282 run graph_property.cpp ;
/third_party/boost/libs/graph_parallel/doc/
Ddistributed_adjacency_list.rst915 typename graph_property<adjacency_list, GraphPropertyTag>::type&
919 const typename graph_property<adjacency_list, GraphPropertyTag>::type&
925 to the graph object ``g``. The ``graph_property`` traits class is