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 <graphcounter.h>
Public Member Functions | |
TD34GraphCounter (int GraphSz) | |
void | operator() (const PNGraph &G, const TIntV &sg) |
int | Len () const |
int | GetId (const int &i) const |
uint64 | GetCnt (const int &GraphId) const |
PNGraph | GetGraph (const int &GraphId) const |
Private Attributes | |
THash< TInt, TInt > | m_graphMaps |
THash< TInt, TUInt64 > | m_graphCounters |
int | m_subGraphSize |
Definition at line 8 of file graphcounter.h.
TD34GraphCounter::TD34GraphCounter | ( | int | GraphSz | ) |
Definition at line 71 of file graphcounter.cpp.
|
inline |
Definition at line 16 of file graphcounter.h.
PNGraph TD34GraphCounter::GetGraph | ( | const int & | GraphId | ) | const |
Definition at line 107 of file graphcounter.cpp.
|
inline |
Definition at line 15 of file graphcounter.h.
|
inline |
Definition at line 14 of file graphcounter.h.
Definition at line 96 of file graphcounter.cpp.
Definition at line 20 of file graphcounter.h.
Definition at line 19 of file graphcounter.h.
|
private |
Definition at line 21 of file graphcounter.h.