SNAP Library , Developer Reference
2013-01-07 14:03:36
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) |
Definition at line 69 of file graphcounter.h.
Definition at line 71 of file graphcounter.h.
References TVec< TVal >::Len().
{ for(int i=0; i<sg.Len(); i++) printf("%d, ", sg[i].Val); printf("\n"); }