$search
#include <undirected_dfs.hh>
Static Public Member Functions | |
template<typename Graph , typename Vertex , typename DFSVisitor , typename EdgeColorMap , typename P , typename T , typename R > | |
static void | apply (const Graph &g, DFSVisitor vis, Vertex start_vertex, const bgl_named_params< P, T, R > &, EdgeColorMap edge_color, VertexColorMap vertex_color) |
Definition at line 147 of file undirected_dfs.hh.
static void utilmm::detail::udfs_dispatch< VertexColorMap >::apply | ( | const Graph & | g, | |
DFSVisitor | vis, | |||
Vertex | start_vertex, | |||
const bgl_named_params< P, T, R > & | , | |||
EdgeColorMap | edge_color, | |||
VertexColorMap | vertex_color | |||
) | [inline, static] |
Definition at line 153 of file undirected_dfs.hh.