|
SNAP Library , Developer Reference
2013-01-07 14:03:36
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.
| THitInfo::THitInfo | ( | const int & | NodeId = -1, |
| const double & | HitTime = 0 |
||
| ) | [inline] |
Definition at line 74 of file cascdynetinf.h.
| THitInfo::THitInfo | ( | TSIn & | SIn | ) | [inline] |
Definition at line 75 of file cascdynetinf.h.
| THitInfo::THitInfo | ( | const int & | NodeId = -1, |
| const double & | HitTime = 0 |
||
| ) | [inline] |
Definition at line 12 of file cascnetinf.h.
| THitInfo::THitInfo | ( | TSIn & | SIn | ) | [inline] |
Definition at line 13 of file cascnetinf.h.
| void THitInfo::AddKeyword | ( | const int & | KId | ) | [inline] |
Definition at line 76 of file cascdynetinf.h.
References TVec< TVal >::AddUnique(), and Keywords.

| void THitInfo::DelKeywords | ( | ) | [inline] |
Definition at line 77 of file cascdynetinf.h.
References TVec< TVal >::Clr(), and Keywords.

| bool THitInfo::operator< | ( | const THitInfo & | Hit | ) | const [inline] |
| bool THitInfo::operator< | ( | const THitInfo & | Hit | ) | const [inline] |
| void THitInfo::Save | ( | TSOut & | SOut | ) | const [inline] |
Definition at line 14 of file cascnetinf.h.
References NId, Parent, TInt::Save(), TFlt::Save(), and Tm.

| void THitInfo::Save | ( | TSOut & | SOut | ) | const [inline] |
Definition at line 78 of file cascdynetinf.h.
References Keywords, NId, TVec< TVal >::Save(), TInt::Save(), TFlt::Save(), and Tm.

Definition at line 72 of file cascdynetinf.h.
Referenced by AddKeyword(), DelKeywords(), and Save().
Definition at line 70 of file cascdynetinf.h.
Referenced by Save().
Definition at line 9 of file cascnetinf.h.
Referenced by TCascade::GetParent(), TCascade::GetProb(), Save(), and TCascade::UpdateProb().
Definition at line 71 of file cascdynetinf.h.
Referenced by TCascade::GetTm(), operator<(), and Save().