SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TSNodeTest Class Reference

#include <graphcounter.h>

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.

71  {
72  for(int i=0; i<sg.Len(); i++) printf("%d, ", sg[i].Val);
73  printf("\n");
74  }
TSizeTy Len() const
Returns the number of elements in the vector.
Definition: ds.h:575

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