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

Go to the source code of this file.
Namespaces | |
| TSnap | |
| Main namespace for all the Snap global entities.  | |
Functions | |
| int | TSnap::ReadEdgeSchemaFromFile (TSsParser &Ss, const char &Separator, int &SrcColId, int &DstColId, TStrIntH &IntAttrEVals, TStrIntH &FltAttrEVals, TStrIntH &StrAttrEVals) | 
| bool | TSnap::ReadEdgesFromFile (TSsParser &Ss, const char &Separator, PNEANet &Graph, int &SrcColId, int &DstColId, TStrIntH &IntAttrEVals, TStrIntH &FltAttrEVals, TStrIntH &StrAttrEVals) | 
| int | TSnap::ReadNodeSchemaFromFile (TSsParser &Ss, const char &Separator, int &NId, TStrIntH &IntAttrNVals, TStrIntH &FltAttrNVals, TStrIntH &StrAttrNVals) | 
| bool | TSnap::ReadNodesFromFile (TSsParser &Ss, const char &Separator, PNEANet &Graph, int &NColId, TStrIntH &IntAttrNVals, TStrIntH &FltAttrNVals, TStrIntH &StrAttrNVals) | 
| PNEANet | TSnap::LoadEdgeListNet (const TStr &InFNm, const char &Separator) | 
| Loads a network from the text file InFNm with 1 node/edge per line ('Separator' separated columns, integer node id(s) + node/edge attributes).  More... | |
| void | TSnap::WriteNodeSchemaToFile (FILE *F, TStrV &IntAttrNNames, TStrV &FltAttrNNames, TStrV &StrAttrNNames) | 
| void | TSnap::WriteNodesToFile (FILE *F, const PNEANet &Graph, TStrV &IntAttrNNames, TStrV &FltAttrNNames, TStrV &StrAttrNNames) | 
| void | TSnap::WriteEdgeSchemaToFile (FILE *F, TStrV &IntAttrENames, TStrV &FltAttrENames, TStrV &StrAttrENames) | 
| void | TSnap::WriteEdgesToFile (FILE *F, const PNEANet &Graph, TStrV &IntAttrENames, TStrV &FltAttrENames, TStrV &StrAttrENames) | 
| void | TSnap::SaveEdgeListNet (const PNEANet &Graph, const TStr &OutFNm, const TStr &Desc) | 
| Saves a network into a text file. Each line encodes either an edge or a node, along with its attributes.  More... | |
| PNGraph | TSnap::LoadDyNet (const TStr &FNm) | 
| For more info see ORA Network Analysis Data (http://www.casos.cs.cmu.edu/computational_tools/data2.php)  More... | |
| TVec< PNGraph > | TSnap::LoadDyNetGraphV (const TStr &FNm) | 
| For more info see ORA Network Analysis Data (http://www.casos.cs.cmu.edu/computational_tools/data2.php)  More... | |