Enumerations | |
| enum | { V_EVEN, V_ODD, V_UNREACHED } |
Functions | |
| template<typename Graph , typename VertexToVertexMap , typename VertexTo1DCoordMap > | |
| void | accumulate_offsets (typename graph_traits< Graph >::vertex_descriptor v, std::size_t offset, const Graph &g, VertexTo1DCoordMap x, VertexTo1DCoordMap delta_x, VertexToVertexMap left, VertexToVertexMap right) |
| template<typename PropertyMap , typename ForwardIterator > | |
| void | initialize_global_index_map (const PropertyMap &, ForwardIterator, ForwardIterator) |
| template<typename IndexMap , typename ForwardIterator > | |
| void | initialize_global_index_map (stored_global_index_map< IndexMap > &p, ForwardIterator first, ForwardIterator last) |
| template<typename Vertex > | |
| std::string | get (node_id_property_map< Vertex > pm, typename node_id_property_map< Vertex >::key_type v) |
| template<typename Graph , typename RankMap , typename RankMap2 > | |
| void | page_rank_step (const Graph &g, RankMap from_rank, RankMap2 to_rank, typename property_traits< RankMap >::value_type damping, incidence_graph_tag) |
| template<typename Graph , typename RankMap , typename RankMap2 > | |
| void | page_rank_step (const Graph &g, RankMap from_rank, RankMap2 to_rank, typename property_traits< RankMap >::value_type damping, bidirectional_graph_tag) |
| void boost::graph::detail::accumulate_offsets | ( | typename graph_traits< Graph >::vertex_descriptor | v, |
| std::size_t | offset, | ||
| const Graph & | g, | ||
| VertexTo1DCoordMap | x, | ||
| VertexTo1DCoordMap | delta_x, | ||
| VertexToVertexMap | left, | ||
| VertexToVertexMap | right | ||
| ) |
References boost::asio::offset, and boost::bimaps::relation::support::st.
Referenced by boost::chrobak_payne_straight_line_drawing().
|
inline |
|
inline |
| void boost::graph::detail::initialize_global_index_map | ( | stored_global_index_map< IndexMap > & | p, |
| ForwardIterator | first, | ||
| ForwardIterator | last | ||
| ) |
| void boost::graph::detail::page_rank_step | ( | const Graph & | g, |
| RankMap | from_rank, | ||
| RankMap2 | to_rank, | ||
| typename property_traits< RankMap >::value_type | damping, | ||
| incidence_graph_tag | |||
| ) |
References BGL_FORALL_ADJ_T, BGL_FORALL_VERTICES_T, boost::graph::out_degree(), and boost::graph::put().
Referenced by boost::graph::page_rank(), and boost::graph::distributed::page_rank_impl().
| void boost::graph::detail::page_rank_step | ( | const Graph & | g, |
| RankMap | from_rank, | ||
| RankMap2 | to_rank, | ||
| typename property_traits< RankMap >::value_type | damping, | ||
| bidirectional_graph_tag | |||
| ) |
References BGL_FORALL_INEDGES_T, BGL_FORALL_VERTICES_T, boost::graph::out_degree(), boost::graph::put(), and boost::graph::source().
Referenced by boost::graph::distributed::page_rank_impl().