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
 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.

References TVec< TVal, TSizeTy >::Len().

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

Here is the call graph for this function:


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