Home
last modified time | relevance | path

Searched defs:adjacency_iterator (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/graph/
Dadjacency_iterator.hpp21 struct adjacency_iterator struct
29 super_t;
31 inline adjacency_iterator() {} in adjacency_iterator() function
32 inline adjacency_iterator(OutEdgeIter const& i, const Graph* g) in adjacency_iterator() argument
37 inline Vertex dereference() const { return target(*this->base(), *m_g); } in dereference()
39 const Graph* m_g;
Dgraph_archetypes.hpp59 typedef void adjacency_iterator; typedef
112 typedef input_iterator_archetype< Vertex > adjacency_iterator; typedef
164 typedef typename Adjacency::adjacency_iterator adjacency_iterator; typedef
Dvertex_and_edge_range.hpp46 typedef void adjacency_iterator; typedef in boost::graph::vertex_and_edge_range
Dleda_graph.hpp48 class adjacency_iterator class
53 adjacency_iterator( in adjacency_iterator() function in boost::graph_traits::adjacency_iterator
201 class adjacency_iterator class
206 adjacency_iterator(leda::edge edge = 0, const leda::graph* g = 0) in adjacency_iterator() function in boost::graph_traits::adjacency_iterator
Disomorphism.hpp245 adjacency_iterator; typedef
259 adjacency_iterator; in match() typedef
Dedge_list.hpp98 typedef void adjacency_iterator; typedef in boost::edge_list_impl
189 typedef void adjacency_iterator; typedef in boost::edge_list_impl_ra
Dreverse_graph.hpp187 out_edge_iterator >::type adjacency_iterator; typedef in boost::reverse_graph
393 typename graph_traits< Graph >::adjacency_iterator adjacency_iterator; in adjacent_vertices() typedef
Dtransitive_closure.hpp71 typename graph_traits< Graph >::adjacency_iterator adjacency_iterator; in transitive_closure() typedef
Dstanford_graph.hpp94 typedef sgb_adj_iterator adjacency_iterator; typedef
112 typedef sgb_adj_iterator adjacency_iterator; typedef
Dgrid_graph.hpp322 adjacency_iterator; typedef in boost::grid_graph
866 typedef typename type::adjacency_iterator adjacency_iterator; in adjacent_vertices() typedef
Dfiltered_graph.hpp192 out_edge_iterator >::type adjacency_iterator; typedef in boost::filtered_graph
408 typedef typename Graph::adjacency_iterator adjacency_iterator; in adjacent_vertices() typedef
Dgraph_concepts.hpp154 typedef typename graph_traits< G >::adjacency_iterator adjacency_iterator; typedef
Dlabeled_graph.hpp321 adjacency_iterator; typedef in boost::labeled_graph
526 adjacency_iterator; typedef in boost::labeled_graph
Dvector_as_graph.hpp67 typedef typename EdgeList::const_iterator adjacency_iterator; typedef
Ddirected_graph.hpp82 typedef typename graph_type::adjacency_iterator adjacency_iterator; typedef in boost::directed_graph
Dundirected_graph.hpp82 typedef typename graph_type::adjacency_iterator adjacency_iterator; typedef in boost::undirected_graph
Dcompressed_sparse_row_graph.hpp279 typedef typename std::vector< Vertex >::const_iterator adjacency_iterator; typedef in boost::compressed_sparse_row_graph
877 typedef typename std::vector< Vertex >::const_iterator adjacency_iterator; typedef in boost::compressed_sparse_row_graph
Dadjacency_matrix.hpp543 out_edge_iterator >::type adjacency_iterator; typedef in boost::adjacency_matrix
842 typedef typename Graph::adjacency_iterator adjacency_iterator; in adjacent_vertices() typedef
Dsubgraph.hpp100 typedef typename Traits::adjacency_iterator adjacency_iterator; typedef in boost::subgraph
/third_party/boost/libs/graph/example/
Dimplicit_graph.cpp140 typedef ring_adjacency_iterator adjacency_iterator; typedef in ring_graph
169 adjacency_iterator; typedef
Dknights_tour.cpp64 typedef knight_adjacency_iterator adjacency_iterator; typedef
/third_party/boost/boost/mpi/
Dgraph_communicator.hpp547 typedef mpi::detail::comm_adj_iterator adjacency_iterator; typedef
/third_party/boost/libs/graph/test/
Dbetweenness_centrality_test.cpp272 adjacency_iterator; in simple_unweighted_betweenness_centrality() typedef
/third_party/boost/boost/graph/distributed/
Dconnected_components.hpp298 adjacency_iterator; in parallel_connected_components() typedef
Dstrong_components.hpp239 typedef typename graph_traits<Graph>::adjacency_iterator adjacency_iterator; in fleischer_hendrickson_pinar_strong_components() typedef

12