$search
Classes | |
struct | nontruth2 |
struct | udfs_dispatch |
struct | udfs_dispatch< boost::detail::error_property_not_found > |
struct | undirected_graph_edge_property_selector |
struct | undirected_graph_vertex_property_selector |
Functions | |
template<typename IncidenceGraph , typename DFSVisitor , typename VertexColorMap , typename EdgeColorMap , typename TerminatorFunc > | |
void | undir_dfv_impl_term (const IncidenceGraph &g, typename graph_traits< IncidenceGraph >::vertex_descriptor u, DFSVisitor &vis, VertexColorMap vertex_color, EdgeColorMap edge_color, TerminatorFunc func=TerminatorFunc()) |
void utilmm::detail::undir_dfv_impl_term | ( | const IncidenceGraph & | g, | |
typename graph_traits< IncidenceGraph >::vertex_descriptor | u, | |||
DFSVisitor & | vis, | |||
VertexColorMap | vertex_color, | |||
EdgeColorMap | edge_color, | |||
TerminatorFunc | func = TerminatorFunc() | |||
) | [inline] |
Definition at line 32 of file undirected_dfs.hh.