|
SNAP Library 2.4, User Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Simple directed/undirected graph defined by its edges. More...
#include <ghash.h>
Public Member Functions | |
| TSimpleGraph () | |
| TSimpleGraph (const TIntPrV &GEdgeV) | |
| bool | operator== (const TSimpleGraph &Graph) const |
| bool | operator< (const TSimpleGraph &Graph) const |
| int | GetEdges () const |
| void | AddEdge (const int &SrcNId, const int &DstNId) |
| bool | Join (const TSimpleGraph &G1, const TSimpleGraph &G2) |
| TIntPrV & | GetEdgeV () |
| TIntPrV & | operator() () |
| void | Dump (const TStr &Desc=TStr()) const |
Private Attributes | |
| TIntPrV | EdgeV |
|
inline |
| bool TSimpleGraph::Join | ( | const TSimpleGraph & | G1, |
| const TSimpleGraph & | G2 | ||
| ) |
|
inline |
|
inline |