#include <OfflineGraph.h>
galois::graphs::OfflineGraphWriter::OfflineGraphWriter |
( |
const std::string & |
name, |
|
|
bool |
use32 = false , |
|
|
uint64_t |
_numNodes = 0 , |
|
|
uint64_t |
_numEdges = 0 |
|
) |
| |
|
inline |
galois::graphs::OfflineGraphWriter::~OfflineGraphWriter |
( |
| ) |
|
|
inline |
void galois::graphs::OfflineGraphWriter::seekEdgesDstStart |
( |
| ) |
|
|
inline |
void galois::graphs::OfflineGraphWriter::setCounts |
( |
std::deque< uint64_t > |
edgeCounts | ) |
|
|
inline |
void galois::graphs::OfflineGraphWriter::setEdge |
( |
uint64_t |
src, |
|
|
uint64_t |
offset, |
|
|
uint64_t |
dst, |
|
|
uint64_t |
val |
|
) |
| |
|
inline |
void galois::graphs::OfflineGraphWriter::setEdgeSorted |
( |
uint64_t |
dst | ) |
|
|
inline |
The documentation for this class was generated from the following file: