SNAP Library 2.0, User Reference  2013-05-13 16:33:57
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TSNodeTest Class Reference

#include <graphcounter.h>

List of all members.

Public Member Functions

void operator() (const PNGraph &G, const TIntV &sg)

Detailed Description

Definition at line 69 of file graphcounter.h.


Member Function Documentation

void TSNodeTest::operator() ( const PNGraph G,
const TIntV sg 
) [inline]

Definition at line 71 of file graphcounter.h.

                                                     {
    for(int i=0; i<sg.Len(); i++) printf("%d, ", sg[i].Val);
    printf("\n");
  }

The documentation for this class was generated from the following file: