SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <temporalmotifs.h>
Public Member Functions | |
Counter2D (int m=0, int n=0) | |
const TUInt64 & | operator() (int i, int j) const |
TUInt64 & | operator() (int i, int j) |
int | m () |
int | n () |
Private Attributes | |
int | m_ |
int | n_ |
TUInt64V | data_ |
Definition at line 27 of file temporalmotifs.h.
|
inline |
Definition at line 29 of file temporalmotifs.h.
References data_, m(), n(), and TVec< TVal, TSizeTy >::PutAll().
|
inline |
Definition at line 37 of file temporalmotifs.h.
References m_.
Referenced by Counter2D().
|
inline |
Definition at line 38 of file temporalmotifs.h.
References n_.
Referenced by Counter2D().
|
inline |
Definition at line 35 of file temporalmotifs.h.
|
inline |
Definition at line 36 of file temporalmotifs.h.
|
private |
Definition at line 43 of file temporalmotifs.h.
Referenced by Counter2D(), and operator()().
|
private |
Definition at line 41 of file temporalmotifs.h.
Referenced by m(), and operator()().
|
private |
Definition at line 42 of file temporalmotifs.h.
Referenced by n().