Home
last modified time | relevance | path

Searched refs:vertex_all_t (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/graph/
Ddirected_graph.hpp580 struct property_map< DIRECTED_GRAPH, vertex_all_t >
584 vertex_all_t >::const_type >
588 vertex_all_t >::type >
621 inline typename property_map< DIRECTED_GRAPH, vertex_all_t >::type get( in get() argument
622 vertex_all_t, DIRECTED_GRAPH& g) in get()
624 return typename property_map< DIRECTED_GRAPH, vertex_all_t >::type( in get()
629 inline typename property_map< DIRECTED_GRAPH, vertex_all_t >::const_type get( in get() argument
630 vertex_all_t, DIRECTED_GRAPH const& g) in get()
632 return typename property_map< DIRECTED_GRAPH, vertex_all_t >::const_type( in get()
663 vertex_all_t >::const_type >::value_type
[all …]
Dundirected_graph.hpp604 struct property_map< UNDIRECTED_GRAPH, vertex_all_t >
608 vertex_all_t >::const_type >
612 vertex_all_t >::type >
645 inline typename property_map< UNDIRECTED_GRAPH, vertex_all_t >::type get( in get() argument
646 vertex_all_t, UNDIRECTED_GRAPH& g) in get()
648 return typename property_map< UNDIRECTED_GRAPH, vertex_all_t >::type( in get()
653 inline typename property_map< UNDIRECTED_GRAPH, vertex_all_t >::const_type get( in get() argument
654 vertex_all_t, UNDIRECTED_GRAPH const& g) in get()
656 return typename property_map< UNDIRECTED_GRAPH, vertex_all_t >::const_type( in get()
687 vertex_all_t >::const_type >::value_type
[all …]
Dadj_list_serialize.hpp61 "vertex_property", get(vertex_all_t(), graph, v)); in save()
100 "vertex_property", get(vertex_all_t(), graph, v)); in load()
Dcompressed_sparse_row_graph.hpp1407 typedef vertex_all_t all_tag;
1410 vertex_all_t >::type >::key_type key_type;
1412 typedef typename property_map< BOOST_CSR_GRAPH_TYPE, vertex_all_t >::type
1415 typename property_map< BOOST_CSR_GRAPH_TYPE, vertex_all_t >::const_type
1551 struct property_map< BOOST_CSR_GRAPH_TYPE, vertex_all_t,
1643 inline typename property_map< BOOST_CSR_GRAPH_TYPE, vertex_all_t >::type get( in get() argument
1644 vertex_all_t, BOOST_CSR_GRAPH_TYPE& g) in get()
1650 inline typename property_map< BOOST_CSR_GRAPH_TYPE, vertex_all_t >::const_type
1651 get(vertex_all_t, const BOOST_CSR_GRAPH_TYPE& g) in get() argument
1657 inline VertexProperty& get(vertex_all_t, BOOST_CSR_GRAPH_TYPE& g, Vertex v) in get() argument
[all …]
Dleda_graph.hpp751 template <> struct leda_property_map< vertex_all_t >
764 inline typename property_map< leda::GRAPH< vtype, etype >, vertex_all_t >::type
765 get(vertex_all_t, leda::GRAPH< vtype, etype >& g) in get() argument
768 typename property_map< leda::GRAPH< vtype, etype >, vertex_all_t >::type in get()
774 vertex_all_t >::const_type
775 get(vertex_all_t, const leda::GRAPH< vtype, etype >& g) in get() argument
778 vertex_all_t >::const_type pmap_type; in get()
Dcopy.hpp151 typename property_map< Graph1, vertex_all_t >::const_type
154 typename property_map< Graph2, vertex_all_t >::type vertex_all_map2;
/third_party/boost/libs/graph/example/
Dleda-graph-eg.cpp21 typedef property_map< graph_t, vertex_all_t >::type NodeMap; in main()
/third_party/boost/libs/graph/test/
Dleda_graph_cc.cpp32 (LvaluePropertyGraphConcept< Graph, Vertex, vertex_all_t >)); in main()
/third_party/boost/boost/pending/
Dproperty.hpp61 enum vertex_all_t enum
112 BGL_ALL_PROP(vertex_all_t)
/third_party/boost/boost/graph/distributed/adjlist/
Dredistribute.hpp209 .push_back(redistributed_vertex(*vi, get(vertex_all_t(), base(), in redistribute()
Dserialization.hpp976 , static_cast<vertex_property_type const&>(get(vertex_all_t(), *this, v)) in save()
/third_party/boost/boost/graph/detail/
Dadjacency_list.hpp2526 const Graph* = 0, vertex_all_t = vertex_all_t()) in adj_list_vertex_all_properties_map()
2575 GraphPtr g = 0, vertex_all_t = vertex_all_t()) in vec_adj_list_vertex_all_properties_map()
2679 : boost::mpl::if_< boost::is_same< Tag, vertex_all_t >,
2693 template <> struct vec_adj_list_choose_vertex_pa_helper< vertex_all_t >