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
StarEdgeData Class Reference

#include <temporalmotifs.h>

Public Member Functions

 StarEdgeData ()
 
 StarEdgeData (int _nbr, int _dir)
 

Public Attributes

int nbr
 
int dir
 

Detailed Description

Definition at line 84 of file temporalmotifs.h.

Constructor & Destructor Documentation

StarEdgeData::StarEdgeData ( )
inline

Definition at line 86 of file temporalmotifs.h.

86 {}
StarEdgeData::StarEdgeData ( int  _nbr,
int  _dir 
)
inline

Definition at line 87 of file temporalmotifs.h.

87 : nbr(_nbr), dir(_dir) {}

Member Data Documentation

int StarEdgeData::dir

Definition at line 89 of file temporalmotifs.h.

int StarEdgeData::nbr

Definition at line 88 of file temporalmotifs.h.


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