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 | |
Counter3D (int m=0, int n=0, int p=0) | |
const TUInt64 & | operator() (int i, int j, int k) const |
TUInt64 & | operator() (int i, int j, int k) |
int | m () |
int | n () |
int | p () |
Private Attributes | |
int | m_ |
int | n_ |
int | p_ |
TUInt64V | data_ |
Definition at line 46 of file temporalmotifs.h.
|
inline |
Definition at line 48 of file temporalmotifs.h.
References data_, m(), n(), p(), and TVec< TVal, TSizeTy >::PutAll().
|
inline |
Definition at line 60 of file temporalmotifs.h.
References m_.
Referenced by Counter3D().
|
inline |
Definition at line 61 of file temporalmotifs.h.
References n_.
Referenced by Counter3D().
|
inline |
Definition at line 54 of file temporalmotifs.h.
|
inline |
Definition at line 57 of file temporalmotifs.h.
|
inline |
Definition at line 62 of file temporalmotifs.h.
References p_.
Referenced by Counter3D().
|
private |
Definition at line 68 of file temporalmotifs.h.
Referenced by Counter3D(), and operator()().
|
private |
Definition at line 65 of file temporalmotifs.h.
Referenced by m(), and operator()().
|
private |
Definition at line 66 of file temporalmotifs.h.
Referenced by n(), and operator()().
|
private |
Definition at line 67 of file temporalmotifs.h.
Referenced by p().