Util.h File Reference

Useful classes and methods for graphs -*- C++ -*-. More...

#include "Galois/Galois.h"
#include "Galois/Graph/Details.h"

Go to the source code of this file.

Classes

struct  Galois::Graph::ReadGraphConstructFrom< GraphTy >
struct  Galois::Graph::ReadGraphConstructNodesFrom< GraphTy, Aux >
struct  Galois::Graph::ReadGraphConstructEdgesFrom< GraphTy, Aux >

Namespaces

namespace  Galois
 

Main Galois namespace.


namespace  Galois::Graph
 

Parallel graph data structures.


Functions

template<typename GraphTy , typename... Args>
void Galois::Graph::readGraph (GraphTy &graph, Args &&...args)
 Allocates and constructs a graph from a file.
template<typename GraphTy >
void Galois::Graph::readGraphDispatch (GraphTy &graph, read_default_graph_tag tag, const std::string &filename)
template<typename GraphTy >
void Galois::Graph::readGraphDispatch (GraphTy &graph, read_default_graph_tag, FileGraph &f)
template<typename GraphTy >
void Galois::Graph::readGraphDispatch (GraphTy &graph, read_with_aux_graph_tag tag, const std::string &filename)
template<typename GraphTy >
void Galois::Graph::readGraphDispatch (GraphTy &graph, read_with_aux_graph_tag, FileGraph &f)
template<typename GraphTy >
void Galois::Graph::readGraphDispatch (GraphTy &graph, read_lc_inout_graph_tag, const std::string &f1, const std::string &f2)
template<typename GraphTy >
void Galois::Graph::readGraphDispatch (GraphTy &graph, read_lc_inout_graph_tag, const std::string &f1)

Detailed Description

Useful classes and methods for graphs -*- C++ -*-.

License

Galois, a framework to exploit amorphous data-parallelism in irregular programs.

Copyright (C) 2013, The University of Texas at Austin. All rights reserved. UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, NON-INFRINGEMENT AND WARRANTIES OF PERFORMANCE, AND ANY WARRANTY THAT MIGHT OTHERWISE ARISE FROM COURSE OF DEALING OR USAGE OF TRADE. NO WARRANTY IS EITHER EXPRESS OR IMPLIED WITH RESPECT TO THE USE OF THE SOFTWARE OR DOCUMENTATION. Under no circumstances shall University be liable for incidental, special, indirect, direct or consequential damages or loss of profits, interruption of business, or related expenses which may arise from use of Software or Documentation, including but not limited to those resulting from defects in Software and/or Documentation, or loss or inaccuracy of data of any kind.

Description

Author:
Donald Nguyen <ddn@cs.utexas.edu>

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1