#include "Galois/Bag.h"
#include "Galois/Graph/Details.h"
#include "Galois/Runtime/Context.h"
#include "Galois/Runtime/MethodFlags.h"
#include "Galois/gdeque.h"
#include <boost/functional.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include <boost/iterator/filter_iterator.hpp>
#include <algorithm>
#include <map>
#include <set>
#include <vector>
Go to the source code of this file.
Classes | |
class | Galois::Graph::MemScalGraph< NodeTy, EdgeTy, Directional > |
struct | Galois::Graph::MemScalGraph< NodeTy, EdgeTy, Directional >::first_eq_and_valid< T > |
struct | Galois::Graph::MemScalGraph< NodeTy, EdgeTy, Directional >::first_not_valid |
struct | Galois::Graph::MemScalGraph< NodeTy, EdgeTy, Directional >::gNode |
struct | Galois::Graph::MemScalGraph< NodeTy, EdgeTy, Directional >::is_node |
struct | Galois::Graph::MemScalGraph< NodeTy, EdgeTy, Directional >::is_edge |
struct | Galois::Graph::MemScalGraph< NodeTy, EdgeTy, Directional >::makeGraphNode |
Namespaces | |
namespace | Galois |
Main Galois namespace. | |
namespace | Galois::Graph |
Parallel graph data structures. |