Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
neighbor_bfs.hpp File Reference
Include dependency graph for neighbor_bfs.hpp:

Classes

struct  boost::NeighborBFSVisitorConcept< Visitor, Graph >
 
class  boost::neighbor_bfs_visitor< Visitors >
 
struct  boost::detail::neighbor_bfs_dispatch< ColorMap >
 
struct  boost::detail::neighbor_bfs_dispatch< param_not_found >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::detail
 

Functions

template<class Visitors >
neighbor_bfs_visitor< Visitors > boost::make_neighbor_bfs_visitor (Visitors vis)
 
template<class BidirectionalGraph , class Buffer , class BFSVisitor , class ColorMap >
void boost::detail::neighbor_bfs_impl (const BidirectionalGraph &g, typename graph_traits< BidirectionalGraph >::vertex_descriptor s, Buffer &Q, BFSVisitor vis, ColorMap color)
 
template<class VertexListGraph , class ColorMap , class BFSVisitor , class P , class T , class R >
void boost::detail::neighbor_bfs_helper (VertexListGraph &g, typename graph_traits< VertexListGraph >::vertex_descriptor s, ColorMap color, BFSVisitor vis, const bgl_named_params< P, T, R > &params)
 
template<class VertexListGraph , class P , class T , class R >
void boost::neighbor_breadth_first_search (const VertexListGraph &g, typename graph_traits< VertexListGraph >::vertex_descriptor s, const bgl_named_params< P, T, R > &params)
 
template<class IncidenceGraph , class P , class T , class R >
void boost::neighbor_breadth_first_visit (IncidenceGraph &g, typename graph_traits< IncidenceGraph >::vertex_descriptor s, const bgl_named_params< P, T, R > &params)