SNAP Library 2.2, User Reference
2014-03-11 19:15:55
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <network.h>
Public Member Functions | |
TNode () | |
TNode (const int &NId) | |
TNode (const TNode &Node) | |
TNode (TSIn &SIn) | |
void | Save (TSOut &SOut) const |
int | GetId () const |
int | GetDeg () const |
int | GetInDeg () const |
int | GetOutDeg () const |
int | GetInEId (const int &EdgeN) const |
int | GetOutEId (const int &EdgeN) const |
int | GetNbrEId (const int &EdgeN) const |
bool | IsInEId (const int &EId) const |
bool | IsOutEId (const int &EId) const |
Private Attributes | |
TInt | Id |
TIntV | InEIdV |
TIntV | OutEIdV |
Friends | |
class | TNEANet |
TNEANet::TNode::TNode | ( | ) | [inline] |
TNEANet::TNode::TNode | ( | const int & | NId | ) | [inline] |
TNEANet::TNode::TNode | ( | const TNode & | Node | ) | [inline] |
TNEANet::TNode::TNode | ( | TSIn & | SIn | ) | [inline] |
int TNEANet::TNode::GetDeg | ( | ) | const [inline] |
int TNEANet::TNode::GetId | ( | ) | const [inline] |
int TNEANet::TNode::GetInDeg | ( | ) | const [inline] |
int TNEANet::TNode::GetInEId | ( | const int & | EdgeN | ) | const [inline] |
int TNEANet::TNode::GetNbrEId | ( | const int & | EdgeN | ) | const [inline] |
int TNEANet::TNode::GetOutDeg | ( | ) | const [inline] |
int TNEANet::TNode::GetOutEId | ( | const int & | EdgeN | ) | const [inline] |
bool TNEANet::TNode::IsInEId | ( | const int & | EId | ) | const [inline] |
bool TNEANet::TNode::IsOutEId | ( | const int & | EId | ) | const [inline] |
void TNEANet::TNode::Save | ( | TSOut & | SOut | ) | const [inline] |
TInt TNEANet::TNode::Id [private] |
TIntV TNEANet::TNode::InEIdV [private] |
TIntV TNEANet::TNode::OutEIdV [private] |