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

Public Member Functions

 TLoadTNodeInitializer ()
 
void operator() (TNode *Node, TShMIn &ShMIn)
 

Detailed Description

Definition at line 147 of file graph.h.

Constructor & Destructor Documentation

TUNGraph::TLoadTNodeInitializer::TLoadTNodeInitializer ( )
inline

Definition at line 149 of file graph.h.

149 {}

Member Function Documentation

void TUNGraph::TLoadTNodeInitializer::operator() ( TNode Node,
TShMIn ShMIn 
)
inline

Definition at line 150 of file graph.h.

References TUNGraph::TNode::LoadShM().

150 { Node->LoadShM(ShMIn);}

Here is the call graph for this function:


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