Thrill
0.1
|
#include <bfs.hpp>
Public Member Functions | |
BfsNode ()=default | |
template<typename Archive > | |
void | serialize (Archive &archive) |
Public Attributes | |
EdgeList | edges |
size_t | level = INVALID |
VertexId | nodeIndex = INVALID |
VertexId | parent = INVALID |
size_t | treeIndex = INVALID |
|
default |
EdgeList edges |
Definition at line 40 of file bfs.hpp.
Referenced by doubleSweepDiameter(), LoadBFSGraph(), and examples::bfs::operator<<().
size_t level = INVALID |
Definition at line 44 of file bfs.hpp.
Referenced by BFSNextLevel(), doubleSweepDiameter(), LoadBFSGraph(), examples::bfs::operator<<(), outputBFSResult(), and PrepareNextTree().
Definition at line 41 of file bfs.hpp.
Referenced by doubleSweepDiameter(), LoadBFSGraph(), examples::bfs::operator<<(), outputBFSResult(), and PrepareNextTree().
Definition at line 43 of file bfs.hpp.
Referenced by LoadBFSGraph(), and examples::bfs::operator<<().
size_t treeIndex = INVALID |
Definition at line 42 of file bfs.hpp.
Referenced by LoadBFSGraph(), examples::bfs::operator<<(), and outputBFSResult().