SNAP Library 2.1, Developer Reference
2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <cascdynetinf.h>
Public Member Functions | |
TNodeInfo () | |
TNodeInfo (const TStr &NodeNm, const int &Volume) | |
TNodeInfo (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
bool | operator< (const TNodeInfo &NodeInfo) const |
TNodeInfo () | |
TNodeInfo (const TStr &NodeNm, const int &Volume) | |
TNodeInfo (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
Public Attributes | |
TStr | Name |
TInt | Vol |
Definition at line 116 of file cascdynetinf.h.
TNodeInfo::TNodeInfo | ( | ) | [inline] |
Definition at line 121 of file cascdynetinf.h.
{ }
TNodeInfo::TNodeInfo | ( | const TStr & | NodeNm, |
const int & | Volume | ||
) | [inline] |
Definition at line 122 of file cascdynetinf.h.
TNodeInfo::TNodeInfo | ( | TSIn & | SIn | ) | [inline] |
Definition at line 123 of file cascdynetinf.h.
TNodeInfo::TNodeInfo | ( | ) | [inline] |
Definition at line 55 of file cascnetinf.h.
{ }
TNodeInfo::TNodeInfo | ( | const TStr & | NodeNm, |
const int & | Volume | ||
) | [inline] |
Definition at line 56 of file cascnetinf.h.
TNodeInfo::TNodeInfo | ( | TSIn & | SIn | ) | [inline] |
Definition at line 57 of file cascnetinf.h.
bool TNodeInfo::operator< | ( | const TNodeInfo & | NodeInfo | ) | const [inline] |
void TNodeInfo::Save | ( | TSOut & | SOut | ) | const [inline] |
Definition at line 58 of file cascnetinf.h.
References Name, TStr::Save(), TInt::Save(), and Vol.
void TNodeInfo::Save | ( | TSOut & | SOut | ) | const [inline] |
Definition at line 124 of file cascdynetinf.h.
References Name, TStr::Save(), TInt::Save(), and Vol.
Definition at line 118 of file cascdynetinf.h.
Referenced by TNetInfBs::GetNodeNm(), TNIBs::GetNodeNm(), Save(), and TNetInfBs::SavePajek().
Definition at line 119 of file cascdynetinf.h.
Referenced by TNetInfBs::AddCasc(), TNIBs::AddCasc(), operator<(), Save(), and TNetInfBs::SavePajek().