|
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 | GetInNId (const int &NodeN) const |
| int | GetOutNId (const int &NodeN) const |
| int | GetNbrNId (const int &NodeN) const |
| bool | IsNbrNId (const int &NId) const |
| bool | IsInNId (const int &NId) const |
| bool | IsOutNId (const int &NId) const |
| void | PackOutNIdV () |
| void | PackNIdV () |
Private Attributes | |
| TInt | Id |
| TIntV | NIdV |
Friends | |
| class | TUNGraph |
| class | TUNGraphMtx |
| TUNGraph::TNode::TNode | ( | ) | [inline] |
| TUNGraph::TNode::TNode | ( | const int & | NId | ) | [inline] |
| TUNGraph::TNode::TNode | ( | const TNode & | Node | ) | [inline] |
| TUNGraph::TNode::TNode | ( | TSIn & | SIn | ) | [inline] |
| int TUNGraph::TNode::GetDeg | ( | ) | const [inline] |
| int TUNGraph::TNode::GetId | ( | ) | const [inline] |
| int TUNGraph::TNode::GetInDeg | ( | ) | const [inline] |
| int TUNGraph::TNode::GetInNId | ( | const int & | NodeN | ) | const [inline] |
| int TUNGraph::TNode::GetNbrNId | ( | const int & | NodeN | ) | const [inline] |
| int TUNGraph::TNode::GetOutDeg | ( | ) | const [inline] |
| int TUNGraph::TNode::GetOutNId | ( | const int & | NodeN | ) | const [inline] |
| bool TUNGraph::TNode::IsInNId | ( | const int & | NId | ) | const [inline] |
| bool TUNGraph::TNode::IsNbrNId | ( | const int & | NId | ) | const [inline] |
| bool TUNGraph::TNode::IsOutNId | ( | const int & | NId | ) | const [inline] |
| void TUNGraph::TNode::PackNIdV | ( | ) | [inline] |
| void TUNGraph::TNode::PackOutNIdV | ( | ) | [inline] |
| void TUNGraph::TNode::Save | ( | TSOut & | SOut | ) | const [inline] |
friend class TUNGraphMtx [friend] |
TInt TUNGraph::TNode::Id [private] |
TIntV TUNGraph::TNode::NIdV [private] |