Thrill
0.1
|
Classes | |
class | BfsNode |
struct | NodeParentPair |
struct | TreeInfo |
Typedefs | |
using | EdgeList = std::vector< VertexId > |
using | VertexId = size_t |
Functions | |
std::ostream & | operator<< (std::ostream &os, const NodeParentPair &pair) |
std::ostream & | operator<< (std::ostream &os, const BfsNode &node) |
Variables | |
const size_t | INVALID = std::numeric_limits<size_t>::max() |
std::ostream& examples::bfs::operator<< | ( | std::ostream & | os, |
const NodeParentPair & | pair | ||
) |
Definition at line 33 of file bfs.hpp.
References NodeParentPair::node, and NodeParentPair::parent.
std::ostream& examples::bfs::operator<< | ( | std::ostream & | os, |
const BfsNode & | node | ||
) |
Definition at line 54 of file bfs.hpp.
References BfsNode::edges, BfsNode::level, BfsNode::nodeIndex, BfsNode::parent, and BfsNode::treeIndex.
const size_t INVALID = std::numeric_limits<size_t>::max() |
Definition at line 24 of file bfs.hpp.
Referenced by BFSNextLevel(), doubleSweepDiameter(), outputBFSResult(), and PrepareNextTree().