Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::graphs::ReadGraphConstructFrom< GraphTy > Struct Template Reference

#include <ReadGraph.h>

Public Member Functions

 ReadGraphConstructFrom (GraphTy &g, FileGraph &_f)
 
 ReadGraphConstructFrom (GraphTy &g, FileGraph &_f, bool _readUnweighted)
 
void operator() (unsigned tid, unsigned total)
 

Public Attributes

GraphTy & graph
 
FileGraphf
 
bool readUnweighted = false
 

Constructor & Destructor Documentation

template<typename GraphTy>
galois::graphs::ReadGraphConstructFrom< GraphTy >::ReadGraphConstructFrom ( GraphTy &  g,
FileGraph _f 
)
inline
template<typename GraphTy>
galois::graphs::ReadGraphConstructFrom< GraphTy >::ReadGraphConstructFrom ( GraphTy &  g,
FileGraph _f,
bool  _readUnweighted 
)
inline

Member Function Documentation

template<typename GraphTy>
void galois::graphs::ReadGraphConstructFrom< GraphTy >::operator() ( unsigned  tid,
unsigned  total 
)
inline

Member Data Documentation

template<typename GraphTy>
FileGraph& galois::graphs::ReadGraphConstructFrom< GraphTy >::f
template<typename GraphTy>
GraphTy& galois::graphs::ReadGraphConstructFrom< GraphTy >::graph
template<typename GraphTy>
bool galois::graphs::ReadGraphConstructFrom< GraphTy >::readUnweighted = false

The documentation for this struct was generated from the following file: