SNAP Library 2.0, User Reference
2013-05-13 16:33:57
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <graph.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 | TNEGraph |
TNEGraph::TNode::TNode | ( | ) | [inline] |
TNEGraph::TNode::TNode | ( | const int & | NId | ) | [inline] |
TNEGraph::TNode::TNode | ( | const TNode & | Node | ) | [inline] |
TNEGraph::TNode::TNode | ( | TSIn & | SIn | ) | [inline] |
int TNEGraph::TNode::GetDeg | ( | ) | const [inline] |
int TNEGraph::TNode::GetId | ( | ) | const [inline] |
int TNEGraph::TNode::GetInDeg | ( | ) | const [inline] |
int TNEGraph::TNode::GetInEId | ( | const int & | EdgeN | ) | const [inline] |
int TNEGraph::TNode::GetNbrEId | ( | const int & | EdgeN | ) | const [inline] |
int TNEGraph::TNode::GetOutDeg | ( | ) | const [inline] |
int TNEGraph::TNode::GetOutEId | ( | const int & | EdgeN | ) | const [inline] |
bool TNEGraph::TNode::IsInEId | ( | const int & | EId | ) | const [inline] |
bool TNEGraph::TNode::IsOutEId | ( | const int & | EId | ) | const [inline] |
void TNEGraph::TNode::Save | ( | TSOut & | SOut | ) | const [inline] |
TInt TNEGraph::TNode::Id [private] |
TIntV TNEGraph::TNode::InEIdV [private] |
TIntV TNEGraph::TNode::OutEIdV [private] |