SNAP Library, User Reference
2012-10-02 12:56:23
SNAP, a general purpose network analysis and graph mining library
|
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) |
Connected Sub-graph Enumeration.
TSubGraphsEnum::TSubGraphsEnum | ( | PNGraph | Graph | ) | [inline] |
void TSubGraphsEnum::EnumSubGraphs | ( | const int & | MaxEdges | ) |
void TSubGraphsEnum::Gen2Graphs | ( | ) |
void TSubGraphsEnum::RecurBfs | ( | const int & | MxDepth | ) |
void TSubGraphsEnum::RecurBfs | ( | const int & | NId, |
const int & | Depth, | ||
TSimpleGraph & | PrevG | ||
) |
void TSubGraphsEnum::RecurBfs1 | ( | const int & | MxDepth | ) |
void TSubGraphsEnum::RecurBfs1 | ( | const int & | NId, |
const int & | Depth | ||
) |