HavoqGT
breadth_first_search.hpp File Reference
#include <havoqgt/visitor_queue.hpp>
#include <boost/container/deque.hpp>
Include dependency graph for breadth_first_search.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  havoqgt::mpi::bfs_priority_queue< Visitor >
 
class  havoqgt::mpi::bfs_queue< Visitor >
 
class  havoqgt::mpi::bfs_visitor< Graph, LevelData, ParentData >
 

Namespaces

 havoqgt
 
 havoqgt::mpi
 

Functions

template<typename TGraph , typename LevelData , typename ParentData >
void havoqgt::mpi::breadth_first_search (TGraph *g, LevelData &level_data, ParentData &parent_data, typename TGraph::vertex_locator s)