Breadth-first search algorithm for graph, on vertices. More...
#include <depth_first_search.hh>
Public Types | |
typedef Browsing< void > | category |
typedef depth_first_search_t | exact_t |
Public Member Functions | |
void | final () |
void | init () |
void | operator() (const Graph< G > &, F &f) const |
Breadth-first search algorithm for graph, on vertices.
typedef Browsing<void> mln::Browsing< depth_first_search_t >::category [inherited] |
Reimplemented from mln::Object< depth_first_search_t >.
typedef depth_first_search_t mln::Object< depth_first_search_t >::exact_t [inherited] |
void mln::Browsing< depth_first_search_t >::final | ( | ) | [inherited] |
void mln::Browsing< depth_first_search_t >::init | ( | ) | [inherited] |
void mln::canvas::browsing::internal::graph_first_search_t< depth_first_search_t , std::stack >::operator() | ( | const Graph< G > & | , | |
F & | f | |||
) | const [inherited] |