| 
    SNAP Library 2.2, Developer Reference
    2014-03-11 19:15:55
    
   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");
  }
