SNAP Library 2.3, Developer Reference
2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <graphcounter.h>
Public Member Functions | |
void | operator() (const PNGraph &G, const TIntV &sg) |
THash< TUInt64, TUInt64 > & | GraphCounters () |
Private Attributes | |
THash< TUInt64, TUInt64 > | m_graphMaps |
THash< TUInt64, TUInt64 > | m_graphCounters |
Definition at line 26 of file graphcounter.h.
Definition at line 29 of file graphcounter.h.
References m_graphCounters.
Definition at line 115 of file graphcounter.cpp.
References THash< TKey, TDat, THashFunc >::AddDat(), THash< TKey, TDat, THashFunc >::GetDat(), TGraphEnumUtils::GetIsoGraphs(), TGraphEnumUtils::GetMinAndGraphIds(), TGraphEnumUtils::GraphId(), THash< TKey, TDat, THashFunc >::IsKey(), TVec< TVal, TSizeTy >::Len(), m_graphCounters, and m_graphMaps.
Definition at line 32 of file graphcounter.h.
Referenced by GraphCounters(), and operator()().
Definition at line 31 of file graphcounter.h.
Referenced by operator()().