SNAP Library 2.0, Developer Reference
2013-05-13 16:33:57
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, TSizeTy >::Len().
{ for(int i=0; i<sg.Len(); i++) printf("%d, ", sg[i].Val); printf("\n"); }