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
|
#include <subgraphenum.h>
Classes | |
class | TSSet |
class | TSVec |
Public Member Functions | |
TSubGraphEnum () | |
void | GetSubGraphs (PNGraph &Graph, int SubGraphSz, TGraphCounter &Counter) |
void | GetSubGraphs (PNGraph &Graph, int NId, int SubGraphSz, TGraphCounter &Counter) |
Private Member Functions | |
void | GetSubGraphs_recursive (TSVec &sg, const TSSet &sgNbrs, TSSet &ext, int vId) |
void | GetSubGraphs_recursive (TSVec &sg, const TSSet &sgNbrs, TSSet &ext) |
Private Attributes | |
PNGraph | m_graph |
int | m_nodes |
int | m_subGraphSz |
TGraphCounter * | m_functor |
Definition at line 15 of file subgraphenum.h.
|
inline |
Definition at line 69 of file subgraphenum.h.
void TSubGraphEnum< TGraphCounter >::GetSubGraphs | ( | PNGraph & | Graph, |
int | SubGraphSz, | ||
TGraphCounter & | Counter | ||
) |
Definition at line 112 of file subgraphenum.h.
void TSubGraphEnum< TGraphCounter >::GetSubGraphs | ( | PNGraph & | Graph, |
int | NId, | ||
int | SubGraphSz, | ||
TGraphCounter & | Counter | ||
) |
Definition at line 171 of file subgraphenum.h.
|
private |
Definition at line 81 of file subgraphenum.h.
|
private |
Definition at line 140 of file subgraphenum.h.
|
private |
Definition at line 64 of file subgraphenum.h.
|
private |
Definition at line 61 of file subgraphenum.h.
|
private |
Definition at line 62 of file subgraphenum.h.
|
private |
Definition at line 63 of file subgraphenum.h.