SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <cascdynetinf.h>
Public Member Functions | |
THitInfo (const int &NodeId=-1, const double &HitTime=0) | |
THitInfo (TSIn &SIn) | |
void | AddKeyword (const int &KId) |
void | DelKeywords () |
void | Save (TSOut &SOut) const |
bool | operator< (const THitInfo &Hit) const |
THitInfo (const int &NodeId=-1, const double &HitTime=0) | |
THitInfo (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
bool | operator< (const THitInfo &Hit) const |
Public Attributes | |
TInt | NId |
TFlt | Tm |
TIntV | Keywords |
TInt | Parent |
Definition at line 68 of file cascdynetinf.h.
|
inline |
Definition at line 74 of file cascdynetinf.h.
|
inline |
Definition at line 75 of file cascdynetinf.h.
|
inline |
Definition at line 12 of file cascnetinf.h.
|
inline |
Definition at line 13 of file cascnetinf.h.
|
inline |
Definition at line 76 of file cascdynetinf.h.
References TVec< TVal, TSizeTy >::AddUnique(), and Keywords.
|
inline |
Definition at line 77 of file cascdynetinf.h.
References TVec< TVal, TSizeTy >::Clr(), and Keywords.
|
inline |
Definition at line 15 of file cascnetinf.h.
References Tm.
|
inline |
Definition at line 79 of file cascdynetinf.h.
References Tm.
|
inline |
Definition at line 14 of file cascnetinf.h.
References NId, Parent, TInt::Save(), TFlt::Save(), and Tm.
|
inline |
Definition at line 78 of file cascdynetinf.h.
References Keywords, NId, TVec< TVal, TSizeTy >::Save(), TInt::Save(), TFlt::Save(), and Tm.
TIntV THitInfo::Keywords |
Definition at line 72 of file cascdynetinf.h.
Referenced by AddKeyword(), DelKeywords(), and Save().
TInt THitInfo::NId |
Definition at line 70 of file cascdynetinf.h.
Referenced by Save().
TInt THitInfo::Parent |
Definition at line 9 of file cascnetinf.h.
Referenced by TCascade::GetParent(), TCascade::GetProb(), Save(), and TCascade::UpdateProb().
TFlt THitInfo::Tm |
Definition at line 71 of file cascdynetinf.h.
Referenced by TCascade::GetTm(), operator<(), and Save().