SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Connected Sub-graph Enumeration. More...
#include <ghash.h>
Public Member Functions | |
TSubGraphsEnum (PNGraph Graph) | |
void | Gen2Graphs () |
void | EnumSubGraphs (const int &MaxEdges) |
void | RecurBfs (const int &MxDepth) |
void | RecurBfs (const int &NId, const int &Depth, TSimpleGraph &PrevG) |
void | RecurBfs1 (const int &MxDepth) |
void | RecurBfs1 (const int &NId, const int &Depth) |
Private Attributes | |
TSimpleGraphV | SgV |
TSimpleGraphV | NextSgV |
THash< TIntPr, TIntH > | EdgeH |
PNGraph | NGraph |
void TSubGraphsEnum::EnumSubGraphs | ( | const int & | MaxEdges | ) |
Definition at line 312 of file ghash.cpp.
void TSubGraphsEnum::Gen2Graphs | ( | ) |
Definition at line 282 of file ghash.cpp.
void TSubGraphsEnum::RecurBfs | ( | const int & | MxDepth | ) |
Definition at line 345 of file ghash.cpp.
void TSubGraphsEnum::RecurBfs | ( | const int & | NId, |
const int & | Depth, | ||
TSimpleGraph & | PrevG | ||
) |
Definition at line 363 of file ghash.cpp.
void TSubGraphsEnum::RecurBfs1 | ( | const int & | MxDepth | ) |
Definition at line 386 of file ghash.cpp.
void TSubGraphsEnum::RecurBfs1 | ( | const int & | NId, |
const int & | Depth | ||
) |
Definition at line 407 of file ghash.cpp.
|
private |
|
private |