Home
last modified time | relevance | path

Searched defs:property_map (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/graph/
Dstanford_graph.hpp469 template <> struct property_map< sgb_graph_ptr, edge_length_t > struct
471 typedef sgb_edge_length_map< long& > type;
472 typedef sgb_edge_length_map< const long& > const_type;
474 template <> struct property_map< sgb_graph_ptr, vertex_index_t > struct
476 typedef sgb_vertex_id_map type;
477 typedef sgb_vertex_id_map const_type;
479 template <> struct property_map< sgb_graph_ptr, vertex_name_t > struct
481 typedef sgb_vertex_name_map type;
482 typedef sgb_vertex_name_map const_type;
485 template <> struct property_map< sgb_const_graph_ptr, edge_length_t > struct
[all …]
Dreverse_graph.hpp472 struct property_map< reverse_graph< BidirGraph, GRef >, Property > struct
477 is_edge_prop;
479 is_ref_const;
482 typename property_map< BidirGraph, Property >::type >::type orig_type;
484 orig_const_type;
487 type;
490 orig_const_type >::type const_type;
494 struct property_map< const reverse_graph< BidirGraph, GRef >, Property > struct
499 is_edge_prop;
501 orig_const_type;
[all …]
Dgrid_graph.hpp76 struct property_map< BOOST_GRID_GRAPH_TYPE, vertex_index_t > struct
81 type;
82 typedef type const_type;
86 struct property_map< BOOST_GRID_GRAPH_TYPE, edge_index_t > struct
91 type;
92 typedef type const_type;
124 struct property_map< BOOST_GRID_GRAPH_TYPE, edge_reverse_t > struct
128 type;
129 typedef type const_type;
Dcompressed_sparse_row_graph.hpp1468 struct property_map< BOOST_CSR_GRAPH_TYPE, Tag, struct
1535 struct property_map< BOOST_CSR_GRAPH_TYPE, vertex_index_t, struct
1538 typedef typed_identity_property_map< Vertex > type;
1539 typedef type const_type;
1543 struct property_map< BOOST_CSR_GRAPH_TYPE, edge_index_t, struct
1546 typedef detail::csr_edge_index_map< Vertex, EdgeIndex > type;
1547 typedef type const_type;
1551 struct property_map< BOOST_CSR_GRAPH_TYPE, vertex_all_t, struct
1555 vertex_map_type type;
1557 const_vertex_map_type const_type;
[all …]
Ddirected_graph.hpp574 struct property_map< DIRECTED_GRAPH, Property > struct
580 struct property_map< DIRECTED_GRAPH, vertex_all_t > struct
585 const_type;
589 type;
593 struct property_map< DIRECTED_GRAPH, edge_all_t > struct
598 const_type;
602 type;
Dundirected_graph.hpp598 struct property_map< UNDIRECTED_GRAPH, Property > struct
604 struct property_map< UNDIRECTED_GRAPH, vertex_all_t > struct
609 const_type;
613 type;
617 struct property_map< UNDIRECTED_GRAPH, edge_all_t > struct
622 const_type;
626 type;
Dvector_as_graph.hpp314 struct property_map< std::vector< EdgeList, Allocator >, vertex_index_t > struct
316 typedef identity_property_map type;
317 typedef type const_type;
Dleda_graph.hpp864 struct property_map< leda::GRAPH< vtype, etype >, Tag > struct
873 inline typename boost::property_traits< typename boost::property_map<
Dproperties.hpp234 struct property_map struct
Dadjacency_matrix.hpp1142 struct property_map< adjacency_matrix< D, VP, EP, GP, A >, Tag > struct
1235 struct property_map< adjacency_matrix< D, VP, EP, GP, A >, vertex_index_t > struct
1238 typename adjacency_matrix< D, VP, EP, GP, A >::vertex_descriptor Vertex;
1239 typedef typed_identity_property_map< Vertex > type;
1240 typedef type const_type;
Dvisitors.hpp406 PropertyMap property_map, in put_property()
Dfiltered_graph.hpp490 struct property_map< filtered_graph< G, EP, VP >, Property > struct
/third_party/boost/libs/graph/example/
Dimplicit_graph.cpp93 template <> struct property_map< ring_graph, edge_weight_t > struct
95 typedef edge_weight_map type;
96 typedef edge_weight_map const_type;
99 template <> struct property_map< const ring_graph, edge_weight_t > struct
101 typedef edge_weight_map type;
102 typedef edge_weight_map const_type;
/third_party/boost/boost/property_map/parallel/
Dcaching_property_map.hpp39 explicit caching_property_map(const PropertyMap& property_map) in caching_property_map()
59 PropertyMap property_map; member in boost::parallel::caching_property_map
/third_party/boost/boost/graph/distributed/
Dlocal_subgraph.hpp145 class property_map<local_subgraph<DistributedGraph>, PropertyTag> class
149 class property_map<local_subgraph<const DistributedGraph>, PropertyTag> class
Dcompressed_sparse_row_graph.hpp1324 class property_map<BOOST_DISTRIB_CSR_GRAPH_TYPE, vertex_global_t> class
1436 class property_map<const BOOST_DISTRIB_CSR_GRAPH_TYPE, Property> class
1519 class property_map<BOOST_DISTRIB_CSR_GRAPH_TYPE, vertex_owner_t> class
1594 class property_map<BOOST_DISTRIB_CSR_GRAPH_TYPE, vertex_local_t> class
1647 class property_map<BOOST_DISTRIB_CSR_GRAPH_TYPE, vertex_index_t> class
1708 class property_map<BOOST_DISTRIB_CSR_GRAPH_TYPE, vertex_local_index_t> class
1770 class property_map<BOOST_DISTRIB_CSR_GRAPH_TYPE, edge_global_t> class
1839 class property_map<BOOST_DISTRIB_CSR_GRAPH_TYPE, edge_index_t> class
1892 class property_map<BOOST_DISTRIB_CSR_GRAPH_TYPE, Tag> { class
Dvertex_list_adaptor.hpp378 class property_map<vertex_index_t, class
387 class property_map<vertex_index_t, class
Dadjacency_list.hpp3435 struct property_map<PBGL_DISTRIB_ADJLIST_TYPE, Property> struct
3441 struct property_map<PBGL_DISTRIB_ADJLIST_TYPE const, Property> struct
3718 struct property_map<PBGL_DISTRIB_ADJLIST_TYPE, T Bundle::*> struct
3724 struct property_map<PBGL_DISTRIB_ADJLIST_TYPE const, T Bundle::*> struct
/third_party/boost/libs/property_map/test/
Ddynamic_properties_test.cpp44 property_t property_map(*mymap); in string2string_gen() local
/third_party/boost/boost/mpi/
Dgraph_communicator.hpp564 struct property_map<mpi::graph_communicator, vertex_index_t> struct
566 typedef identity_property_map type;
567 typedef identity_property_map const_type;
/third_party/boost/boost/polygon/detail/
Dscan_arbitrary.hpp965 typedef std::vector<std::pair<property_type, int> > property_map; typedef in boost::polygon::scanline
1512 typedef std::vector<std::pair<property_type, int> > property_map; typedef in boost::polygon::property_merge
2513 typedef std::vector<std::pair<property_type, int> > property_map; typedef in boost::polygon::arbitrary_boolean_op
2732 typedef std::vector<std::pair<property_type, int> > property_map; typedef in boost::polygon::arbitrary_connectivity_extraction
Dproperty_merge.hpp60 typedef std::vector<std::pair<property_type, int> > property_map; typedef in boost::polygon::merge_scanline