andres::graph
|
#include <bfs.hxx>
Public Types | |
typedef S | size_type |
Public Member Functions | |
BreadthFirstSearchData (const size_type size) | |
template<typename GRAPH > | |
BreadthFirstSearchData (const GRAPH &graph) | |
size_type | add (const size_type v, const size_type depth) |
void | clearQueue () |
bool | empty () const |
void | markAllNotvisited () |
size_type | next () |
size_type | depth (const size_type v) const |
size_type & | depth (const size_type v) |
Static Public Attributes | |
static const size_type | NOT_VISITED = std::numeric_limits<S>::max() |
typedef S andres::graph::BreadthFirstSearchData< S >::size_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |