#include <TupleGraph.hpp>
Classes | |
struct | Edge |
Public Member Functions | |
void | destroy () |
TupleGraph () | |
TupleGraph (const TupleGraph &tg) | |
TupleGraph & | operator= (const TupleGraph &tg) |
void | save (std::string path, std::string format) |
save a TupleGraph to a file More... | |
Static Public Member Functions | |
static TupleGraph | Kronecker (int scale, int64_t desired_nedge, uint64_t seed1, uint64_t seed2) |
Use Graph500 Kronecker generator (. More... | |
static TupleGraph | Load (std::string path, std::string format) |
TupleGraph constructor that loads from a file, dispatching on file format. More... | |
Public Attributes | |
GlobalAddress< Edge > | edges |
int64_t | nedge |
Protected Member Functions | |
TupleGraph (int64_t nedge) | |
Definition at line 31 of file TupleGraph.hpp.
|
inline |
Definition at line 62 of file TupleGraph.hpp.
|
inline |
Definition at line 68 of file TupleGraph.hpp.
|
inlineprotected |
Definition at line 82 of file TupleGraph.hpp.
|
inline |
Definition at line 59 of file TupleGraph.hpp.
|
static |
Use Graph500 Kronecker generator (.
Definition at line 31 of file KroneckerGenerator.cpp.
|
static |
TupleGraph constructor that loads from a file, dispatching on file format.
Definition at line 680 of file TupleGraph.cpp.
|
inline |
Definition at line 70 of file TupleGraph.hpp.
void Grappa::TupleGraph::save | ( | std::string | path, |
std::string | format | ||
) |
save a TupleGraph to a file
Definition at line 693 of file TupleGraph.cpp.
GlobalAddress<Edge> Grappa::TupleGraph::edges |
Definition at line 49 of file TupleGraph.hpp.
int64_t Grappa::TupleGraph::nedge |
Definition at line 50 of file TupleGraph.hpp.